foxes.utils.pandas_helpers.PandasFileHelper¶
- class foxes.utils.pandas_helpers.PandasFileHelper[source]¶
Bases:
object
This class helps reading and writing data to files via pandas.
- DEFAULT_READING_PARAMETERS¶
Default parameters for file reading for the supported file formats
- Type:
- DEFAULT_WRITING_PARAMETERS¶
Default parameters for file writing for the supported file formats
- Type:
- DATA_FILE_FORMAT¶
The supported file formats for data export
- Type:
list:str
- __init__()¶
Methods
__init__
()read_file
(file_path, **kwargs)Helper for reading data according to file ending.
write_file
(data, file_path[, format_dict])Helper for writing data according to file ending.
Attributes
DATA_FILE_FORMATS
- classmethod read_file(file_path, **kwargs)[source]¶
Helper for reading data according to file ending.