Y
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
andenacitelli
795 days ago
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.
link
jonbaer
795 days ago
Check out DFLib (
https://dflib.org
)
link