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
Data Summary works well in summarizing categorical data, i.e. showing the number of categories and which values are more popular. For example, below it shows the number of State values (i.e. 3 categories) and when you hover you get "TEXAS" as the most popular state.
In the above example, I do also have a numerical column, i.e. EventCount. However, it seems that descriptive stats (Mean, median and SD) are not applied to this. Is this expected?
@MsSQLGirl I'll see if other sample datasets with typed data behave the same way. Most likely I'll have to infer date and numeric fields in JSON and CSV, or JSON array data when data is loaded in the Data Summary renderer by inspecting the first 10 rows or so and converting numeric string data fields to proper JS Date or number types for that to work.
Hello,
Data Summary works well in summarizing categorical data, i.e. showing the number of categories and which values are more popular. For example, below it shows the number of
State
values (i.e. 3 categories) and when you hover you get "TEXAS" as the most popular state.In the above example, I do also have a numerical column, i.e.
EventCount
. However, it seems that descriptive stats (Mean, median and SD) are not applied to this. Is this expected?Sample notebook for repro: https://github.com/MsSQLGirl/jubilant-data-wizards/blob/main/Simple%20Demo/DotNetInteractive%20Notebooks/DotNetConfDemo2021.ipynb
Thanks!
The text was updated successfully, but these errors were encountered: