read_pandas

DataFrame.read_pandas(pandas_df: DataFrame, append: bool = False) DataFrame[source]

Uploads a pandas.DataFrame.

Replaces the actual content of the underlying data frame in the getML engine with pandas_df.

Args:
pandas_df (pandas.DataFrame):

Data the underlying data frame object in the getML engine should obtain.

append (bool, optional):

If a data frame object holding the same name is already present in the getML engine, should the content in query be appended or replace the existing data?

Note:

For columns containing pandas.Timestamp there can occur small inconsistencies in the order to microseconds when sending the data to the getML engine. This is due to the way the underlying information is stored.