get

getml.database.get(query)

Executes an SQL query on the database and returns the result as a pandas dataframe.

Parameters

query (str) – The SQL query to be executed.