inspectdf icon indicating copy to clipboard operation
inspectdf copied to clipboard

🛠️ 📊 Tools for Exploring and Comparing Data Frames

Results 12 inspectdf issues
Sort by recently updated
recently updated
newest added

Encountering following error upon using """inspect_num(train, valid) %>% show_plot()""" Error message in R: Error in grid.Call(C_convert, x, as.integer(whatfrom), as.integer(whatto), : Viewport has zero dimension(s)

**Hi Alastair,** the **inspectdf** PKG is _really USEFUL!_. But a show_plot() quirk... _try:_ ~~~ unique(mtcars$carb) [1] 4 1 2 3 6 8 inspect_num(mtcars) %>% show_plot() ~~~ _See?._ The vertical bars...

- [ ] paginate plotting outputs when many categorical features - [ ] option to color and order according to specific factor levels to make cross-column comparisons easier - [...

Hi Alastair. Thanks for the package. I've tried to do categorical-comparison plots between two data-frames (the two being partitions of some training data based on target-values). Some example data might...

Suggests `plotly` `inspect_cat` : tooltip for proportion, number and label `inspect_types` : ? `inspect_num` : ?

and fix #48 ``` ── R CMD check results ─────────────────────────────────────────────── inspectdf 0.0.12 ──── Duration: 27.4s 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ R CMD check succeeded...

Hi Alastair, thank you for the package! I think that `inspect_cat` / `show_plot` would benefit from the possibility of declaring a categorical variable or integer variable ordered, so that its...

Hi team, Thanks for the great package. Just noticed there's a change in the expected plot for show_plot(inspect_types(df1,df2)) between v0.0.9 and c0.0.12 and wanted to let you know incase it...

Hi Alastair, I ran into this issue where `inspect_num()` is not able to handle cases when the numeric variable has a different range in the comparison data set `df2`. It...

Hello, Firstly, thanks for your excellent and very handy package. I use it in my normal modeling flow and when I teach, I highlight it as the `de-facto` solution for...