ttimbers / data_analysis_pipeline_eg-archive

Other
1 stars 23 forks source link

bash runall.sh #1

Open reikookamoto opened 4 years ago

reikookamoto commented 4 years ago

Windows user here. After calling bash runall.sh in my Terminal, the first two plots rendered (isles.png and abyss.png) but I encountered the error UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 2-3: invalid continuation byte. I had to open up plotcount.py and pass encoding='latin-1' explicitly into my pd.read_csv function on line 12.

https://stackoverflow.com/a/31492722

ttimbers commented 4 years ago

I will fix this demo to just have this script do that. Thanks for this @reikookamoto !

ttimbers commented 4 years ago

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