to_pandas

getml.sqlite3.to_pandas(conn, query)[source]

Returns a table as a pandas.DataFrame.

Args:
conn:

A sqlite3 connection created by connect().

query (str):

The query used to get the table. You can also pass the name of the table, in which case the entire table will be imported.