You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Calculate and display statistics on the properties of the dataset being displayed by CRviz, such as
min
max
average
Design Questions
What statistics do we want to calculate and what datatypes are they valid for? We probably need to generate some sort of matrix with this. I'm thinking about the fact that min, max, and average make sense for integers, but if you are looking at dates average is useless but min and max can be very meaningful.
How do we display/convey this data to the user?
How does this interact with other existing/planned features such as filtering and markup?
The text was updated successfully, but these errors were encountered:
Describe the feature you are requesting
Calculate and display statistics on the properties of the dataset being displayed by CRviz, such as
Design Questions
The text was updated successfully, but these errors were encountered: