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

Stats view #84

Open
dalogsdon opened this issue Sep 14, 2016 · 0 comments
Open

Stats view #84

dalogsdon opened this issue Sep 14, 2016 · 0 comments

Comments

@dalogsdon
Copy link
Contributor

There is a limited view of the data that is actually sent to the UI. I have found myself wondering some of the statistics about the data while building queries using the widget.

A simple example is the number of rows in the table. A more complicated example may be some statistical analysis of numeric columns, for example standard deviation and distribution.

It would be nice to have some common information like this baked in to the widget so I don't have to keep writing little annoying code cells to see these things.

These computations may be expensive, so we could have buttons to retrieve them so they don't keep getting automatically run. For each column, there could be a "stats" button in the column header that opens up some popup/panel for that column. There could also be a "Stats" card in the list of sidebar cards. It could initially just contain a button "compute stats" that when clicked runs some computations and returns the stats to populate the card contents. Either of these examples could have a refresh button, and we may need to cache the stats for each query level.

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

No branches or pull requests

2 participants