informatica.infacore.dataframe.dataframe_writer.DataFrameWriter.from_pandas

DataFrameWriter.from_pandas(pandas_df)

Converts the Pandas DataFrame object to the Ecosystem DataFrame.

Example

>>> import informatica.infacore as ic
>>> df_writer = ic.DataFrameWriter()
>>> df_writer.from_pandas(pandas_df)