Skip to content

issues Search Results · repo:simonw/csv-diff language:Python

Filter by

27 results
 (85 ms)

27 results

insimonw/csv-diff (press backspace or delete to remove)

I m diffing csvs that contain nucleotide sequences in some columns and they can get rather long, e.g. ~200k characters. This causes csv-diff to crash with an uncaught exception: csv-diff results/mpox_prod.invariant.seq.tsv ...
  • corneliusroemer
  • Opened 
    on Feb 3
  • #41

I believe this is similar to #7, in that it is related to the text of column names, or in this case the key names in JSON. If they have .. in the name of the key, like name..date_range : then I get an ...
  • mwalker
  • Opened 
    on Nov 19, 2024
  • #40

I like csv (actually usually tsv) files because they are easy to process with command-line tools. If this diff tool outputted the diffs as a csv, then I could easily use command line tools on the diff. ...
  • boxydog
  • Opened 
    on Sep 20, 2024
  • #39

For this project: https://github.com/simonw/scrape-hacker-news-by-domain I want to include latest links in the human readable output that link to https://news.ycombinator.com/latest?id=41459472 for each ...
enhancement
  • simonw
  • 1
  • Opened 
    on Sep 6, 2024
  • #38

2 CSV files, with keys that have the same keys, but in a slightly different case. I d like to run the keys through str.lower() somehow before the comparison is made. Having this available as a custom ...
  • captn3m0
  • Opened 
    on May 3, 2023
  • #35

When trying to figure out what happens in #30 I discovered that when there are rows with duplicated keys, the behaviour is odd. It would be good to test for duplicate keys and raise an error or warning ...
  • corneliusroemer
  • Opened 
    on Jul 25, 2022
  • #31

When I diffed two files I got csv-diff to give me this strange error: ValueError: too many values to unpack (expected 2) Turns out that the last line in on of the files being diffed is incomplete, it ...
  • corneliusroemer
  • Opened 
    on Jul 25, 2022
  • #30

Having a \n at the end of a .csv or .tsv file shouldn t cause a crash. Github for example asks for all files to end in an empty line, otherwise it will show a red stop sign. In any case, if you want ...
  • corneliusroemer
  • 1
  • Opened 
    on Jul 25, 2022
  • #29

I read through the README and --help but couldn t figure out what happens when I don t pass a --key. Does it diff everything?
  • corneliusroemer
  • Opened 
    on Jul 25, 2022
  • #28

I searched for tsv-diff via Google and was led to this page where your tool doesn t actually show up. Maybe add csv-diff and tsv-diff as a topic to the repo metadata so it s more findable? https://github.com/topics/tsv-diff ...
  • corneliusroemer
  • 2
  • Opened 
    on Jul 25, 2022
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub