larsyencken / csvdiff

Generate a diff between two tabular datasets expressed in CSV files.
BSD 3-Clause "New" or "Revised" License
132 stars 31 forks source link

Add option to limit diff to significant figures #30

Closed larsyencken closed 7 years ago

larsyencken commented 7 years ago

The --significant option lets you decide how many numerical digits of precision to care about, including negative precision for orders of magnitude comparisons.

larsyencken commented 7 years ago

As requested here: https://github.com/larsyencken/csvdiff/issues/2