swat.CAS.upload_frame¶
-
CAS.
upload_frame
(self, data, importoptions=None, casout=None, **kwargs)¶ Upload a client-side data file to CAS and parse it into a CAS table
- Parameters
- datapandas.DataFrame
DataFrames will be converted to CSV before uploading.
- importoptionsdict, optional
Import options for the table.loadtable action.
- casoutdict, optional
Output table definition for the table.loadtable action.
- **kwargskeyword arguments, optional
Additional parameters to the table.loadtable action.
- Returns
- CASTable