posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.59k stars 79 forks source link

Data Explorer: Add profiling option for R, return null counts for populating the initial state of the data explorer summary/profiles pane #2388

Closed jthomasmock closed 6 months ago

jthomasmock commented 7 months ago

Unless the user drills into a column to get more information, we only need to compute the null % for now and this can be done in batches.

juliasilge commented 6 months ago

In Positron 2024.04.0 (Universal) build 1541, I can see the percentage of missing data for R in the initial state for the Data Explorer:

Image

Like I've said elsewhere, I believe this waffle is blank because dplyr::starwars has list columns, i.e. #1432