Skip to content

Releases: notsambeck/pandabase

multiindex support

08 Feb 18:04
Compare
Choose a tag to compare

Basic support for multi/hierarchical indices in SQLite and Postgres SQL.

Use parameters highest=(index_0_max, index_1_max), lowest=(index_0_min, index_1_min) to filter

postgresql support

09 Sep 02:21
Compare
Choose a tag to compare

tested to support postgresql and sqlite.

additional table functions to manipulate databases directly from pandabase, making it less likely that you will need to use SQL directly to deal with one-off situations like removing tables, etc.

bugfix - now coerces bool to float/int if necessary to match existing database column

first release

12 Aug 00:24
Compare
Choose a tag to compare

SQLite only, but works good!

now pip-installable with:
pip install pandabase==0.1.1