Hacker News new | ask | show | jobs
by pdimitar 795 days ago
How is the data schema description language btw? I haven't used either yet.
1 comments

Haven't used it directly myself. We mostly just use it for DataFrame crunching via pandas and/or polars (our usage is mixed) which tends to benefit nicely from columnar access.
Check out DFLib (https://dflib.org)