visdat icon indicating copy to clipboard operation
visdat copied to clipboard

Preliminary Exploratory Visualisation of Data

Results 38 visdat issues
Sort by recently updated
recently updated
newest added

Hello, I want to use vis_miss with very long variables, is there a solution to enlarge the graphic part? To avoid that it is overwritten like bellow.. ![image](https://user-images.githubusercontent.com/91068233/134004281-6f843713-92b1-4dc0-b6a2-21259e2384e7.png) Thanks for...

When there is an ordered factor in the data, using `vis_dat(., palette = "qual")` shows them as grey and is not listed in the Type. ``` r require(tidyverse) #> Loading...

maintenance
Priority 2

After some discussion with Mike, here are some ways to speedup visdat: - Revisit `fingerprint` - change so that I don't `paste` in every element (minor speedup) - Draw visdat...

Are the `plotly` wrappers still available for the `visdat` package? I am not able to use `vis_miss_ly()` after installing the package (both from CRAN or dev version), R simply doesn't...

interactivity
Priority 3

When a table has a column with a single distinct constant value, that column gets colored using the NA color. ``` r require(tidyverse) require(visdat) mtcars %>% add_column(constant_col = 34) %>%...

as per Sam Firke's tweet: https://twitter.com/samfirke/status/984425923243134976

priority

Using `vis_dat(palette = "qual")` on a tibble with a nested (list) column does not give a color to the list column, making them appear to be all NAs. ``` r...

maintenance
Priority 2

It would be nice if `vis_dat()` had an option to select an index or grouping variable. Currently the y-axis is just straight observation index (row num). For instance with time...

feature
Priority 2

related to #78 For example, `vis_expect` gaining an `summarise_expect` function to tell you about the expectations and where they are true etc. There could also be summaries and exposures for...

maintenance
Priority 1

I've encountered a couple of moderately sized dataframes (40 000 x 130) where `vis_miss` and `vis_dat` fail. A plain white background with grey grid lines is all that is plotted:...

Priority 3