thoughtspile / hippotable

👩🏻‍🔬📊 Lightweight data analysis in your browser
https://thoughtspile.github.io/hippotable/
GNU General Public License v3.0
74 stars 3 forks source link

[feat] Derived columns #6

Open thoughtspile opened 10 months ago

thoughtspile commented 10 months ago

To enable column operations (e.g. date parsing, math, string operations) we need derived columns. The plumbing required is there, but the UI is hidden due to UX difficulties of writing a valid formula.

Describe the solution you'd like

TBD

Additional context

Grouping by derived column can double down as groupby(expression)