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
Tool for viewing the difference between two CSV files.
6
+
Tool for viewing the difference between two CSV files. See [Generating a commit log for San Francisco’s official list of trees](https://simonwillison.net/2019/Mar/13/tree-history/) (and the [sf-tree-history repo commit log](https://github.com/simonw/sf-tree-history/commits)) for background information on this project.
7
7
8
8
Consider two CSV files:
9
9
@@ -82,4 +82,4 @@ You can also import the Python library into your own code like so:
82
82
load_csv(open("two.csv"), key="id")
83
83
)
84
84
85
-
`diff` will now contain the same data structure as the output in the `--json` example above.
85
+
`diff` will now contain the same data structure as the output in the `--json` example above.
0 commit comments