vantage6.algorithm.tools.wrappers.load_sparql_data#

load_sparql_data(database_uri, query)#

Load the local privacy-sensitive data from the database.

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

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

Returns:

The data from the triplestore

Return type:

pd.DataFrame