robin-sparkless 4.4.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
1
{"name":"collect_null_string","pyspark_version":"3.5.0","input":{"schema":[{"name":"id","type":"bigint"},{"name":"label","type":"string"}],"rows":[[1,"A"],[2,null],[3,"C"],[4,null]]},"operations":[{"op":"select","columns":["id","label"]},{"op":"orderBy","columns":["id"],"ascending":[true]}],"expected":{"schema":[{"name":"id","type":"bigint"},{"name":"label","type":"string"}],"rows":[[1,"A"],[2,null],[3,"C"],[4,null]]}}