swat.cas.table.CASTable.to_xarray¶
-
CASTable.
to_xarray
(self, *args, **kwargs)¶ Represent table data as a numpy.xarray
This method creates an object 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_xarray()
- **kwargskeyword arguments
Keyword arguments to pandas.DataFrame.to_xarray()
See also