swat.CAS.upload_file

CAS.upload_file(self, data, importoptions=None, casout=None, **kwargs)

Upload a client-side data file to CAS and parse it into a CAS table

Parameters
datastring

Either a filename or URL. or a URL. 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