robin-sparkless 4.2.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
1
2
3
4
5
[mypy]
# Type-check the sparkless package only; config in python/pyproject.toml.
# Exclude tests/ to avoid duplicate module "conftest" (tests/upstream_sparkless vs tests/python).
files = python/sparkless
exclude = ^tests/