DeepDiffs.jl icon indicating copy to clipboard operation
DeepDiffs.jl copied to clipboard

Support diffing DataFrames

Open ssfrr opened this issue 6 years ago • 0 comments

We can probably treat a dataframe as a list of rows and then hand off to the list diff

I guess the messy bit would be printing the diff in a way that matches the way they're natively printed, which I think would mostly involve re-implementing DataFrame printing (unless DataFrames.jl provides some nice lower-level features e.g. for printing a single row)

ssfrr avatar Dec 07 '17 19:12 ssfrr