Anja Kefala

Results 131 comments of Anja Kefala

``` anja@allura:git/readysetdata ‹dougb_wpsummaries*›$ time make wikidata OUTDIR=output/wikidata scripts/wikidata.sh [6041.3s] 1180688KilledMB (0.18 MB/s) latest-all.json.bz2 Traceback (most recent call last): File "/home/anja/git/readysetdata/scripts/download.py", line 11, in sys.stdout.buffer.write(r) BrokenPipeError: [Errno 32] Broken pipe make:...

New url: # https://geonames.nga.mil/geonames/GNSData/fc_files/Whole_World.7z # URL and structure of zip have changed ``` anja@allura:git/readysetdata ‹dougb_wpsummaries*›$ scripts/geonames-nonus.py -o output Traceback (most recent call last): File "/home/anja/miniconda3/envs/deluxedata/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response...

`make movielens` (It successfully completes, but has this one exception near the end) ``` 453s 6.77/125.89MB (0.01 MB/s) movie_dataset_public_final/raw/ratings.json Traceback (most recent call last): File "/home/anja/git/readysetdata/readysetdata/output.py", line 24, in output...

# Fixed `make wikipedia` ``` File "/home/anja/git/readysetdata/scripts/parse-wikipedia.py", line 15, in File "/home/anja/git/readysetdata/readysetdata/output.py", line 16, in outputSingle File "/home/anja/git/readysetdata/readysetdata/output.py", line 98, in output File "/home/anja/git/readysetdata/readysetdata/output.py", line 99, in File "/home/anja/git/readysetdata/readysetdata/jsonl.py", line...

`make wikipedia` ``` 3393s 482.54/21132.09MB (0.14 MB/s) enwiki-latest-pages-articles-multistream.xml.bz2 bunzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows. bunzip2: Inappropriate ioctl for device Input file = (stdin), output...

Having an option that turns off sidebar by default will be tracked here: https://github.com/saulpw/visidata/issues/2202

Thanks @midichef! I also included clickable type exceptions in this PR. =)

Hi folks! For reasons I don't understand, this latest change breaks on the Python 3.12 build: https://github.com/saulpw/visidata/pull/2516 I tried reproducing locally, and wasn't able to. Exact same python, xport, and...

Hi @NickOveracker! Thanks for providing a repro. Unfortunately, I wasn't able to reproduce the performance drop you saw. Batch mode develop: vd -p 2335.vdj --batch 4.39s user 0.24s system 100%...

Hi @midichef! Could you review the most [recent commit](https://github.com/saulpw/visidata/pull/2323/commits/667672183a1d2b7f6be0bc2d9a73f2e561b5eb19)? We removed the batching to simplify the code a bit.