| ▲ | paddy_m 2 days ago | |
Buckaroo - the data table viewer for jupyter. I recently integrated Lazy Polars and running analytics in background processes so I can reliably provide a fast table viewing experience on dataframes that would normally exhaust memory of the jupyter kernel. Analytics are run column by column and results are written to cache, if a column fits into memory individually, summary stats for the entire dataframe can be computed. Here's a demo video of scrolling through 19M rows, and running background summary stats. | ||