metasyn.read_excel

metasyn.read_excel(fp)

Read an excel file and create a file interface from that.

Parameters:

fp (Union[Path, str]) – Excel file to read.

Return type:

tuple[DataFrame, ExcelFileInterface]

Returns:

  • df – Polars dataframe representing the excel dataset.

  • file_interface – An instance of the ExcelFileInterface used for writing excel files.