Pyingest
PyIngest
from neo4j_runway import PyIngest
Function to ingest data according to a configuration YAML. This is a modified version of the original PyIngest that focuses on loading local files.
Parameters
----------
config : str
A string representation of the YAML file that is
generated by the IngestionGenerator class.
May also be a filepath to a YAML file.
dataframe : Optional[pd.DataFrame], optional
The data to ingest in Pandas DataFrame format.
If None, then will search for CSVs according to the
urls in YAML config, by default None
verbose : bool, optional
Whether to print progress, by default False
kwargs : Any
Additional params