Metadata-Version: 2.4
Name: bearhouse
Version: 0.1.0
Summary: A Python package for working with parquet data lakes.
Project-URL: Homepage, https://github.com/jackxxu/bearhouse
Author-email: Xiaosong Xu <jackxxu@gmail.com>
License: MIT
Requires-Python: >=3.8
Requires-Dist: polars
Requires-Dist: sqlglot
Description-Content-Type: text/markdown

# bearhouse

toolkit for working with parquet data lakes

## Install
pip install bearhouse

## Data Organization

1. Data are organized by data type and date into parquet files with the format of {type}_{YYYYMMDD}.parquet
2. each parquet file has same index column as `_index0_` (str type) and `date` (datetime type) column

