dlpy.timeseries.TimeseriesTable.from_pandas

classmethod TimeseriesTable.from_pandas(conn, pandas_df, casout=None)

Create an TimeseriesTable from a pandas DataFrame or Series

Parameters
connCAS

The CAS connection object

pandas_dfpandas.DataFrame or pandas.Series

The pandas dataframe or series to use as the source.

casoutdict or CASTable, optional

if it is dict, it specifies the output CASTable parameters. if it is CASTable, it is the CASTable that will be overwritten. None means a new CASTable with random name will be generated. Default: None

Returns
TimeseriesTable