tconbeer / textual-fastdatatable

A performance-focused reimplementation of Textual's DataTable widget, with a pluggable data storage backend.
MIT License
15 stars 2 forks source link

Implement polars backend #96

Closed kdkavanagh closed 2 months ago

kdkavanagh commented 5 months ago

Polars (almost) completely wraps arrow tables. Biggest difference is w.r.t it's handling of strings/dictionaries - Since this difference accounts for possibly-significant performance costs in converting to/from arrow, it'd be nice to have direct support for Polars

(I might take a stab at this myself)

tconbeer commented 5 months ago

Please do!