diffdf
diffdf copied to clipboard
DataFrame Comparison Tool
I feel like we should probably make a diffdf hex sticker, everyone seems to these days!
A nice thing I just found is you can tag a help file with @keyword Internal which will keep the rd file but stop it appearing from the index. This...
Currently the error for keys mentions only that the keys might not be the same mode, or not be supported. It should mention classes to. In fact, it should ideally...
If we have two data frames which do not match on the keys at all, diffdf errors as in #44 and #77 . See reprex ``` library(dplyr) library(tibble) library(diffdf) X
This has always stood out to me as a bit odd here. I propose we move it to the print function which is more akin to how other packages handle...
Currently when the user enters non-unique keys they get a message such as: ``` Error in diffdf(iris2[c(0), c(1, 2, 3, 4, 6)], iris2, keys = c("Petal.Width", : BY variables in...
This would help prevent overloading the options available for diffdf and get newer users to just focus on the important options
@kieranjmartin , Am thinking in the case of super large datasets it might be preferable to have the option to abort the comparison after detecting the first variable with differences....
For columns with a wide range of the magnitude, e.g., ratios the comparison does not work well if `tolerance` is used. I would suggest to implement a relative criterion like...