robin-sparkless 4.0.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
1
2
3
[tool.ruff.lint.per-file-ignores]
# Tests often import get_spark_imports() first so the right backend is loaded, then other imports.
"tests/**" = ["E402"]