classmethod foxes.utils.PandasFileHelper.read_file(file_path, **kwargs)[source]

Helper for reading data according to file ending.

Parameters

file_path: str

The path to the file

**kwargs: dict, optional

Parameters forwarded to the pandas reading method.

Returns

pandas.DataFrame :

The data