Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 667 Bytes

File metadata and controls

23 lines (16 loc) · 667 Bytes

Get Data from a Table

Get Data from a table as OrderedDict

:py~simplesqlite.SimpleSQLite.select_as_dict method can get data from a table in a SQLite database as a list.

Get Data from a table as pandas DataFrame

:py~simplesqlite.SimpleSQLite.select_as_dataframe method can get data from a table in a SQLite database as a :pypandas.Dataframe instance.