pyiron_base.project.archiving.import_archive.get_dataframe

Contents

pyiron_base.project.archiving.import_archive.get_dataframe#

pyiron_base.project.archiving.import_archive.get_dataframe(origin_path: str, csv_file_name: str = 'export.csv') DataFrame[source]#

Get the job table from the csv file.

Parameters:
  • origin_path (str) – Path to the origin directory.

  • csv_file_name (str) – Name of the csv file.

Returns:

Job table.

Return type:

pandas.DataFrame