swat.cas.table.CASTable.to_string¶
-
CASTable.
to_string
(self, *args, **kwargs)¶ Render the table to a console-friendly tabular output
This method writes a string on the client side. This means that all of the data in the table must all be fetched. If you want to save a file on the server side, use the table.save CAS action.
- Parameters
- *argspositional arguments
Positional arguments to pandas.DataFrame.to_string()
- **kwargskeyword arguments
Keyword arguments to pandas.DataFrame.to_string()
- Returns
- string
See also