diffdf
diffdf copied to clipboard
DataFrame Comparison Tool
i'm noticing that we are getting to the point of having a huge number of options to turn off warnings for particular things. I'm thinking that it would actually be...
Right now diffdf doesn't care if one object it compares is a tibble and one is a data.table, as they are both data.frames. I'm thinking it probably should? At least...
@kieranjmartin , As we are moving to a data.table backend it seems even more sensible now that we should be able to support list columns (at least in a very...
One piece of feedback was that it would be useful to have an output in markdown format so it can easily be copied to a larger report.
Sorry if I misunderstood the `diffdf` function. I'm just surprised by the behavior when I shuffle column names, ex. ``` mtcars1
I was thinking that if you are outputting a file it's probably because you want an audit trail. Currently all they get is "no issues found!". Ideally I'd want something...
Hi, Love your package. When I have two empty dataframes I would like to get back information that they are both empty/have the same variables. At the moment, diffdf throws...