alan-turing-institute / datadiff

Datadiff is diff for data
MIT License
26 stars 2 forks source link

Rethink treatment of columns names #1

Open triangle-man opened 7 years ago

triangle-man commented 7 years ago

In version 0.1, we have effectively ignored column names, both for deciding which columns match and for producing consistent output. We should make a principled decision about how to deal with names in the next version.

thobson88 commented 7 years ago

May require a new patch type, patch_rename, for renaming columns.