Modify Excel in Python

0

I'm working with an xlsx that has this data:

I need to make a division between cells D and C in this way: D / C and that each value is placed in the cells of column E:

In this way, I only need Excel to filter the values of the Fillrate column greater than 0.1 with their respective values of the other columns and return something like this:

I'm new with Excel libraries for python and just open the file and write str in some cell therefore I need if someone can write me the code of these 3 steps. Thanks

I leave the xlsx link: link

    
asked by Martin Bouhier 31.10.2017 в 19:38
source

0 answers