diffdf
diffdf copied to clipboard
DataFrame Comparison Tool
I think on balance including "All rows are shown in table below" is unecessary, and we should only point out where this isn't the case
One of the main changes we added in the now abandoned v2 branch was the use of `data.table`. If memory serves me right this resulted in a ~30% speed up...
@kieranjmartin In order to support the generation of html / md as well as allowing users to customise the output as they see fit I think we need to abstract...
Closes #121 Main change is adding the timezone to the print out of datetime variables to make it explicit what they are showing as otherwise it leads to some confusing...
Closes #122
I don't think we have any explicit handling / tests for datetime variables in particular for when they have different timezones. Whilst I suspect diffdf should behave as expected it...
``` * checking R code for possible problems ... NOTE as_fmt_char.list : : no visible global function definition for ‘capture.output’ Undefined global functions or variables: capture.output Consider adding importFrom("utils", "capture.output")...