swat.CAS.upload_frame

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

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

Parameters:
data : pandas.DataFrame

DataFrames will be converted to CSV before uploading.

importoptions : dict, optional

Import options for the table.upload action.

casout : dict, optional

Output table definition for the table.upload action.

**kwargs : keyword arguments, optional

Additional parameters to the table.upload action.

Returns:
CASTable