Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use Excel a fair bit at work, mostly for looking at data, but also to fairly easily generate SQL statements based on such data, often after some formulas have been applied.

Though I think what I'd really want is some tool which has the same grid-like visualization, filtering and direct entering, but was code-based under the hood and without magic conversions.

So, take Excel, and when you enter a formula in a cell, it actually writes a line of code for you, which you can inspect and edit. Including adding your own functions and such.

When importing delimited text data, you'd have to specify what the data is in each column. It should still save the original text data so you can change your mind, but yeah, no automagic stuff.



The Data Wrangler extension for VS Code might be of interest. As you apply operations to your dataset, it generates Pandas code.

https://code.visualstudio.com/docs/datascience/data-wrangler

https://www.youtube.com/watch?v=5tWJVLF6PuA


Yes, something like this is on my mind since quite some years as well.

It would be limited to programmers, though.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: