frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
62•paddy_m•5h ago
Buckaroo is my open source project. It is a dataframe viewer that has the basic features we expect in a modern table - scroll, search, sort. In addition there are summary stats, and histograms available. Buckaroo support Pandas and Polars dataframes and works on Jupter, Marimo, VSCode and Google Colab notebooks. All of this is extensible. I think of Buckaroo as a framework for building table UIs, and an initial data exploration app built on top of that framework. AG-Grid is used for the core table display and it has been customized with a declarative layer so you don't have to pass JS functions around for customizations. On the python side there is a framework for adding summary stats (with a small DAG for dependencies). There is also an entire Low Code UI for point and click selection of common commands (drop column). The lowcode UI also generates a python function that accomplishes the same tasks. This is built on top of JLisp - a small lisp interpreter that reads JSON flavored lisp.

Auto Cleaning looks at columns and heuristically suggests common cleaning operations. The operations are added to the lowcode UI where they can be edited. Multiple cleaning strategies can be applied and the best fit retained. Autocleaning without a UI and multiple strategies is very opaque. Since this runs heuristically (not with an LLM), it’s fast and data stays local.

I'm eager to hear feedback from data scientists and other users of dataframes/notebooks.

Comments

ZeroCool2u•4h ago
This looks really cool. I will say my default solution for this, and the default across my org, is Data Wrangler in VS Code[1]. My only wish list item is if the low code solution wrote polars instead of pandas. Any thoughts on how hard that might be to accomplish?

1: https://marketplace.visualstudio.com/items?itemName=ms-tools...

paddy_m•4h ago
Thank you.

The Buckaroo lowcode UI is capable of working with Polars, but I don't currently have any commands plumbed in. I will work on that.

I'm aware of Data Wrangler and they did nice work, but it's closed source and from what I can tell non-extensible. What features do you like in Data Wrangler, what do you wish it did differently?

paddy_m•3h ago
I made a Marimo WASM example that you can play with in your browser [1]

I need to make some updates to the polars functionality, I just completed some extensive refactorings of the Lowcode UI focussed on pandas, time to clean that up for polars too.

Also the python codegen for polars is non-idiomatic with multiple re-assignments to a dataframe, vs one big select block. I have some ideas for how to fix that, but they'll take time.

https://marimo.io/p/@paddy-mullen/notebook-sctuj8

RyanHamilton•3h ago
Congratulations on launching. Buckaroo looks great.
franky47•2h ago
But does it work across data tables with 8 dimensions?
trsohmers•2m ago
Only with the oscillation overthruster flag enabled.

Show HN: I modeled the Voynich Manuscript with SBERT to test for structure

https://github.com/brianmg/voynich-nlp-analysis
240•brig90•5h ago•63 comments

Show HN: Vaev – A browser engine built from scratch (It renders google.com)

https://github.com/skift-org/vaev
72•monax•3h ago•22 comments

Show HN: Python Simulator of David Deutsch’s "Constructor Theory of Time"

https://github.com/gvelesandro/constructor-theory-simulator
20•SandroG•1h ago•2 comments

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
62•paddy_m•5h ago•6 comments

Show HN: Hardtime.nvim – break bad habits and master Vim motions

https://github.com/m4xshen/hardtime.nvim
144•m4xshen•9h ago•56 comments

Show HN: A Wolfenstein3D-like raycaster made in Windows Batch

https://github.com/nTh0rn/batch-raycaster
2•nthornton•26m ago•0 comments

Show HN: Stack Error – ergonomic error handling for Rust

https://github.com/gmcgoldr/stackerror
15•garrinm•3h ago•5 comments

Show HN: Model2vec-Rs – Fast Static Text Embeddings in Rust

https://github.com/MinishLab/model2vec-rs
45•Tananon•6h ago•4 comments

Show HN: A web browser agent in your Chrome side panel

https://github.com/parsaghaffari/browserbee
117•parsabg•10h ago•50 comments

Show HN: Racketmeter – Measure Badminton String Tension Using Sound Frequency

https://www.racketmeter.com/
25•zhacker•4h ago•10 comments

Show HN: Chat with 19 years of HN

https://app.camelai.com/log-in?next=/hn/
114•vercantez•17h ago•79 comments

Show HN: DeepShot – an open-source NBA predictor with ML, EWMA, and live UI

https://github.com/saccofrancesco/deepshot
2•saccofrancesco•1h ago•0 comments

Show HN: Turn any workflow diagram into compilable, running and stateful code

https://workflows.diagrid.io/
95•yaronsc•4d ago•21 comments

Show HN: I built a knife steel comparison tool

https://new.knife.day/blog/knife-steel-comparisons/all
135•p-s-v•1d ago•82 comments

Show HN: Pixelagent – Build your Stateful Agent Framework in 200 lines of code

https://github.com/pixeltable/pixelagent
25•pierrebrunelle•3d ago•14 comments

Show HN: HTML QR Codes (Animated, Interactive, Programmable)

https://qrbrd.com/
4•Ciaranio•6h ago•3 comments

Show HN: Public database of sites for backlinks

https://backlinksitesdb.com
3•zygo•6h ago•0 comments

Show HN: Merliot – plugging physical devices into LLMs

https://github.com/merliot/hub
79•sfeldma•1d ago•23 comments

Show HN: I built a site to binge the best engineering blog posts

https://www.codecrawl.co/
4•shanesnotes•7h ago•0 comments

Show HN: MCP Server for secure code execution (Python, Ruby, C, and more)

https://github.com/taybenlor/runno/tree/main/packages/mcp
3•benno128•8h ago•0 comments

Show HN: I cloned a YC funded app in a day as an MVP

https://ai-tutor.mvpwrappers.com/
22•eashish93•1d ago•7 comments

Show HN: Fahmatrix – A Lightweight, Pandas-Like DataFrame Library for Java

https://github.com/moustafa-nasr/fahmatrix
46•mousomashakel•1d ago•13 comments

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

https://github.com/vcms-io/solidis
68•jayl-e-e•2d ago•8 comments

Show HN: Visual flow-based programming for Erlang, inspired by Node-RED

https://github.com/gorenje/erlang-red
243•Towaway69•2d ago•101 comments

Show HN: SQL-tString a t-string SQL builder in Python

https://github.com/pgjones/sql-tstring
85•pgjones•2d ago•35 comments

Show HN: Muscle-Mem, a behavior cache for AI agents

https://github.com/pig-dot-dev/muscle-mem
223•edunteman•4d ago•51 comments

Show HN: Rv, a Package Manager for R

https://github.com/A2-ai/rv
75•Keats•2d ago•31 comments

Show HN: Workflow Use – Deterministic, self-healing browser automation (RPA 2.0)

https://github.com/browser-use/workflow-use
68•gregpr07•2d ago•22 comments

Show HN: Real-Time Gaussian Splatting

https://github.com/axbycc/LiveSplat
142•markisus•3d ago•51 comments

Show HN: We created a new protocol and wallet that supports it for Bitcoin

https://akron.io
7•ca98am79•23h ago•1 comments