scan_to_df
scan_to_df(
path: Path | str | Patch | BaseSpool | IOResourceManager ,
file_format: str | None = None,
file_version: str | None = None,
exclude = (‘history’,),
)-> ‘pd.DataFrame’
Scan a path, return a dataframe of contents.
The columns of the dataframe depend on the attributes and coordinates found in the data files.
Parameters
Parameter | Description |
---|---|
path | The path the to file to scan |
file_format | Format of the file. If not provided DASCore will try to determine it. |
file_version | The version string of the file. |
exclude | A sequence of strings to exclude from the analysis. |