daff icon indicating copy to clipboard operation
daff copied to clipboard

align and compare tables

Results 43 daff issues
Sort by recently updated
recently updated
newest added

To possibly have more extensive report on summary for changes per column. TODO: update map to to capture column names instead of index note: not sure why tests are failing....

I've used this library before in R and I've really liked it. I'm trying to use it in a TypeScript project and would like to use Intellisense to make it...

@paulfitz this is a great library and seems to work in NodeJS. I'm trying to use `bin/daff.js` in [Deno](https://deno.land) TypeScript and JavaScript runtime but am getting the following error: ```...

I am using git lfs extension for storing csv files. Right now if git is configured with filter for csv files, daff will not add itself. (Git does not support...

After I do `make cpp`, I do get a binary `./bin/Coopy-debug`, but not `./bin/daff`, as I'd expect.

I'm getting the following: ``` $ make py rm -rf python_bin mkdir -p python_bin haxe language/py_util.hxml coopy/TableIO.hx:164: characters 12-30 : Class has no field code coopy/TableIO.hx:183: characters 16-34 : Class...

I have two time series `csv`s where the first value is the UNIX timestamp. ``` bin/Coopy-debug --id unix_time --color a.csv a.csv Segmentation fault (Speicherabzug geschrieben) ``` When I call the...

I'm not sure that this is an entirely new problem, but I couldn't find such a clear example in other similar issues like #91. Consider this example made using daff-1.3.36...

a.csv ``` a,b,c 1,2,this is not visible ``` b.csv ``` a,b,d 1,2, ``` Expected: "this is not visible" is shown Actual: ![image](https://user-images.githubusercontent.com/6632699/55239422-f5610a80-5236-11e9-957e-a9b703742af1.png)

Some csv files do not have headers. It would be nice to not skip the first row, and use just the column number as header for them.

help wanted