Rust + Python
3,200 FILES
3 FINDINGS
HOW POLARS
ACTUALLY WORKS
Dataframes powered by a multithreaded, vectorized query engine, written in Rust. Conventions, patterns, and architecture extracted from the pola-rs/polars repository by sourcebook.
Testing: pytest + cargo test
WHAT_MATTERS
-
→
Uses __init__.py as barrel exports. Import from the package, not from internal modules.
KEY_FINDINGS
Uses __init__.py as barrel exports. Import from the package, not from internal modules.
HIGHTests use pytest for Python bindings.
HIGH+ 1 MORE FINDINGS (MEDIUM CONFIDENCE)
Database access uses SQLAlchemy. Look for schemas in models/.
MED