rust-data-processing 0.1.5

Schema-first ingestion (CSV, JSON, Parquet, Excel) into an in-memory DataSet, plus Polars-backed pipelines, SQL, profiling, validation, and map/reduce-style processing.
# Contributing

Thank you for your interest in **rust-data-processing**.

## Issues and security

- **Bugs and features:** use [GitHub Issues]https://github.com/vihangdesai2018-png/rust-data-processing/issues with the **Bug Report** or **Feature Request** form when possible.
- **Security vulnerabilities:** read [`SECURITY.md`]SECURITY.md and **do not** open a public issue.

Triage cadence, labels, and how we use “popular” signals: [`Planning/ISSUE_TRIAGE.md`](Planning/ISSUE_TRIAGE.md).

## Developer setup

- Rust + Cargo: see root [`README.md`]README.md and [`README_DEV.md`]README_DEV.md.
- Python bindings: [`python-wrapper/README_DEV.md`]python-wrapper/README_DEV.md (uv, maturin, pytest).

## Documentation

How API docs are built in CI and how to reproduce locally: [`Planning/DOCUMENTATION.md`](Planning/DOCUMENTATION.md).

## License

By contributing, you agree that your contributions are licensed under the same terms as the project (**MIT OR Apache-2.0**), unless you explicitly state otherwise.