Getting started
Format specification
API Documentation
Development
Create test database.
Creates a test database called unittest with a filewise, segmented, and miscellaneous table.
unittest
minimal (bool) – create minimal database without tables
bool
data (dict[str, Series | DataFrame]) – create tables from pandas objects
dict
str
Series
DataFrame
Database
database object