peter.davidson

Results 5 comments of peter.davidson

This worked for me on a fresh ubuntu 18.04 WSL: sudo apt-get update sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install python2.7 sudo apt-get install python-pip sudo apt-get install...

yes, this works correctly on latest master branch - so I'm not sure. Possibly it is the way I am dropping an origin - I drop it from the whole...

sounds like a meaningful improvement you're working on, thanks! Now, this is the closest I can get to replicating my workflow using sample data: ``` python import os import chainladder...

Exactly the same problem. Just using an intuitive way to create a sheet, populate first row with headers then fill with data. Toggle the commented line to replicate the error....

Thanks for this -> could be added to the docs for n00bs 😁