pyiron_base.project.archiving.import_archive.inspect_csv#
- pyiron_base.project.archiving.import_archive.inspect_csv(tar_path: str, csv_file: str = 'export.csv') None[source]#
Inspect the csv file inside a tar archive.
- Parameters:
tar_path (str) – Path to the tar archive.
csv_file (str) – Name of the csv file.
- Returns:
Job table.
- Return type:
pandas.DataFrame