demo
demo copied to clipboard
Interactive table exploration
Some ideas for exploring tables in the browser:
For table headers:
- select column => Appends
| get {name}to the current command and reruns it. - group-by column, append
| group-by {name} - sort-by column, append
| sort-by {name}
A pivot shortcut already shows up when the table is too wide.
..to be continued...
Would it be possible to add horizontal scrolling to tables? i.e. if you just open movies.csv it goes off screen in my browser and I can't see what all the columns are.
Would it be possible to add horizontal scrolling to tables? i.e. if you just open movies.csv it goes off screen in my browser and I can't see what all the columns are.
Done! In 5a74dc8b7ad96f62f8995862a56ac57ae229a6e8
Thanks! Can't wait to try it out.