Home
User Guide
API Documentation
getml.sqlite3.
to_pandas
Returns a table as a pandas.DataFrame.
A sqlite3 connection created by connect().
connect()
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.