Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive table exploration #25

Open
jzaefferer opened this issue Jul 19, 2020 · 3 comments
Open

Interactive table exploration #25

jzaefferer opened this issue Jul 19, 2020 · 3 comments

Comments

@jzaefferer
Copy link
Collaborator

jzaefferer commented Jul 19, 2020

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...

@fdncred
Copy link
Contributor

fdncred commented Jul 19, 2020

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.

@jzaefferer
Copy link
Collaborator Author

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 5a74dc8

@fdncred
Copy link
Contributor

fdncred commented Jul 19, 2020

Thanks! Can't wait to try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants