veloxx 0.2.1

Veloxx: A high-performance, lightweight Rust library for in-memory data processing and analytics. Featuring DataFrames, Series, CSV/JSON I/O, powerful transformations, aggregations, and statistical functions for efficient data science and engineering.
Documentation
1
2
3
4
5
[
  {"col1": 1, "col2": "a", "col3": true},
  {"col1": 2, "col2": "b", "col3": false},
  {"col1": 3, "col2": "c", "col3": null}
]