vantage6.algorithm.tools.wrappers.load_sql_data#

load_sql_data(database_uri, query)#

Load the local privacy-sensitive data from the database.

Parameters:
  • database_uri (str) – URI of the sql database, supplied by the node

  • query (str) – Query to retrieve the data from the database

Returns:

The data from the database

Return type:

pd.DataFrame