-
My CSVs have column names as the first row. It would be nice if this could be printed out above the diff.
-
Hi there, I've stumbled on your tool by accident, it's fantastic except I'm not sure why plain text of every note doesn't get exported with mac application version 17 of Db. It works and finishes the…
-
**Is your feature request related to a problem? Please describe.**
In csv files with many columns, it can be difficult and unreliable to find the particular fields that differ between dropped and add…
-
I frequently have to compare large csv files where only a few fields in moderately many rows have changed. It would be cool to have a diff mode that shows the cell-wise diff of two csv files.
-
Hi there, I've just come across your library and thought you could benefit from using pandas. Here's an example of how to calculate the MDI using the data you provided:
```
import pandas as pd
…
-
The outputs should be identical because they have the same inputs and the second `create_schemaless` command is diffing against the previous run.
```sh
python3 -m schemaless.create_schemaless \
…
sbuss updated
4 years ago
-
**csv file 1:**
```
First Name,Last Name,Email
Test1,Test1,api01@test.com
Test2,Test2,api02@test.com
Test3,Test3,api03@test.com
Test4,Test4,api04@test.com
Test55,Test5,api05@test.com
```
…
-
**Describe the bug**
Tests fail in Fedora rawhide
```
=================================== FAILURES ===================================
_ TestCommands.test_diff_command[t1_corrupt.json-t2.json-Expe…
-
Tout d'abord merci pour votre contribution sur les données libre du gouvernement.
Je suis en train de jeter un oeil aux données du COVID-19 et elles me paraissent erronées a de nombreux endroits. E…
-
I successfully created a test repo with a CSV file where I could rebase some commits with your tool that would have created a conflict otherwise. Awesome!
I don't know how to use this in another re…