When coming to big csv, some people are using parquet files to compress the data.
I could be nice to be able to output a csv from xan to parquet, or to read a parquet (even if I think since it's binary a lot of xan functions wouldnt be compatible without converting it to csv first).
And rust probably has a way to read those files since polars is already supporting them.