vantage6.algorithm.tools.wrappers.load_excel_data#

load_excel_data(database_uri, sheet_name=None)#

Load the local privacy-sensitive data from the database.

Parameters:
  • database_uri (str) – URI of the excel file, supplied by te node

  • sheet_name (str | None) – Sheet name to be read from the excel file. If None, the first sheet will be read.

Returns:

The data from the excel file

Return type:

pd.DataFrame