Get the latest tech news
Show HN: Buckaroo – Data table UI for Notebooks
Buckaroo - The data table UI for Notebooks. Quickly explore dataframes, scroll through dataframes, search, sort, view summary stats and histograms. Works with Pandas, Polars, Jupyter, Marimo, VSC...
On top of the core table experience extra features like summary stats, histograms, smart sampling, auto-cleaning, and a low code UI are added. The autocleaning system inspects each column and runs statistics to decide if a cleaning methods should be applied to the column (parsing as dates, stripping non integer characters and treating as an integer, parsing implied booleans "yes" "no" to booleans), then adds those cleaning operations to the low code UI. Buckaroo can automatically clean dataframes to remove common data errors (a single string in a column of ints, recognizing date times...).
Or read this on Hacker News