We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c833852 commit 31f628fCopy full SHA for 31f628f
README.md
@@ -125,7 +125,7 @@ You can also import the Python library into your own code like so:
125
load_csv(open("two.csv"), key="Id")
126
)
127
128
-`diff` will now contain the same data structure as the output in the `--json` example above.
+`diff` will now contain the same data structure as the output in the `--output=json` example above.
129
130
If the columns in the CSV have changed, those added or removed columns will be ignored when calculating changes made to specific rows.
131
0 commit comments