macpie.pandas.read_file#

macpie.pandas.read_file(filepath_or_buffer, format_options={'csv': {'engine': 'pandas', 'engine_kwargs': {}}, 'xlsx': {'engine': 'pandas', 'engine_kwargs': {}}})#

Parse a file into a pandas.DataFrame.

Parameters:
filepath_or_buffervarious

File path or file-like object

Returns:
DataFrame