I'm wanting to work with a CSV in Python.
ID Inventory Domain Requests Impressions Fill Rate
123456 auto neighborhoodscout.com 11402 26 0.23
123456 auto sinembargo.mx 10334 24 0.23
123456 auto elsalvadortimes.com 9893 17 0.17
155444 camioneta thealternativedaily.com 51389 81 0.16
155444 camioneta heywise.com 45578 135 0.3
155444 camioneta wis.pr 28792 69 0.24
These are my CSV values. I need to create a CSV for each inventory field. Basically it would be a csv with the 3 auto data and another with the 3 of the truck in this case. I'm pretty new to Python and read and extract data from a csv the problem is when I have to do what I ask earlier! It is worth clarifying that if or if I have to work reading the CSV that I have with all the data.
Thank you very much already.
Greetings