Skip to content

Python Install

Requires Python 3.13+.

pip install bundlebase
pip install "bundlebase[pandas]"
poetry add bundlebase
pip install "bundlebase[jupyter]"

pandas, polars, and numpy are optional -- install whichever you export to. The base install includes only PyArrow.

Next step

Python Quick Start -- create a bundle, attach data, query with SQL.