Data IO

Module contents

IO

This sub-package provides all data handling utilities.

Utilities

Excel Loader

Provides
  1. IO stuff to access data from messy spreadsheets.

simsalabim.io.excel_loader.load_xl_range(io, sheet_name=0, start=None, stop=None)[source]

Load data from a certain range of an Excel sheet and transforms it to an dataframe.

Parameters
  • io (str) – path of the excel file

  • sheet_name (str) – sheet name where the data lies

Return type

DataFrame

See also

openpyxl.load_workbook