elusion 8.2.0

Elusion is a modern DataFrame / Data Engineering / Data Analysis library that combines the familiarity of DataFrame operations (like those in PySpark, Pandas, and Polars) with the power of SQL query building. It provides flexible query construction without enforcing strict operation ordering, enabling developers to write intuitive and maintainable data transformations.
Documentation
1
2
3
4
5
6
pub mod registertable;
pub mod array_val_to_json;
pub mod extrac_val_from_df;
pub mod extrac_row_from_df;
pub mod build_rec_batch;
pub mod infer_schema_json;