Open reikookamoto opened 4 years ago
I will fix this demo to just have this script do that. Thanks for this @reikookamoto !
OK, I think I added the fix. @reikookamoto can you try cloning this repo and see if you can make it work on all the files now: https://github.com/ttimbers/data_analysis_pipeline_eg
Windows user here. After calling
bash runall.sh
in my Terminal, the first two plots rendered (isles.png
andabyss.png
) but I encountered the errorUnicodeDecodeError: 'utf-8' codec can't decode bytes in position 2-3: invalid continuation byte
. I had to open upplotcount.py
and passencoding='latin-1'
explicitly into mypd.read_csv
function on line 12.https://stackoverflow.com/a/31492722