swat.cas.table.CASTable.to_records¶
-
CASTable.
to_records
(self, *args, **kwargs)¶ Convert table data to record array
This method writes objects 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_records()
- **kwargskeyword arguments
Keyword arguments to pandas.DataFrame.to_records()
- Returns
- numpy.recarray()
See also