Elena Williams

Results 4 issues of Elena Williams

There are two 'class Meta's in PressImage - once at 102 and again at 112 in models.py This doesn't seem to be causing any actual problems though? Was it intentional?

Informing what the broken path is when the exception occurs. Cheers!

Trying to get a sample with pipe delimiter rather than comma. `example.psv` ``` a|b|c|d 1|2|3|4 5|6|7|8 ``` `count` as expected 👍 ``` $ xsv count -d"|" example.psv 2 ``` `headers`...

Remiss not to include example of extremely useful `process.extractBests` -- easiest way to implement `score_cutoff`. Linter also picked up some dead white space.