metad.connectors.dataframe module¶
Classes
|
Import data from pandas DataFrames. |
-
class
metad.connectors.dataframe.DataFrameConnector(tables)[source]¶ Bases:
metad.connectors.base.BaseConnectorImport data from pandas DataFrames.
The DataFrameConnector allows you to import data from pandas DataFrames. It automatically populates the tables and fields; it also infers the data types from the data.
Methods
export_metadata(path_to_json)Write the metadata to a JSON file.
export_tables(path_to_output)Write the tables to CSV files.