You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "REDACTED/python3.9/site-packages/
csv_diff/__init__.py", line 58, in compare
previous_columns = set(next(iter(previous.values())).keys()) if previous else set()
current_columns = set(next(iter(current.values())).keys()) if current else set()
ntdef
added a commit
to ntdef/csv-diff
that referenced
this issue
Oct 7, 2024
Thanks for this lib!
I've noticed that the
compare
method doesn't work if one of the csv files is empty.Steps to reproduce
a.csv
b.csv
Expected result
Actual result
I'm using Python 3.9.2.
The text was updated successfully, but these errors were encountered: