One way to approach (any programming) task is to articulate solution (algoritm) in spoken language and then translate it into Python.
I see at least following steps:
1. Open and read csv files (how to open and read csv file?)
2. Get needed data from every row (how to split row in csv file and take only data what is needed?)
3. Write data to csv file (how to write data to new csv file?)
If you articulate steps needed you can start to solve smaller and simple tasks - (1) how to open csv file with Python; how to read data in csv file (2).... etc.
You should try to write code all by yourself. If you run into problems in some part of code then you can expect help. Right now it seems that you expect that somebody will do your whole homework.
I see at least following steps:
1. Open and read csv files (how to open and read csv file?)
2. Get needed data from every row (how to split row in csv file and take only data what is needed?)
3. Write data to csv file (how to write data to new csv file?)
If you articulate steps needed you can start to solve smaller and simple tasks - (1) how to open csv file with Python; how to read data in csv file (2).... etc.
You should try to write code all by yourself. If you run into problems in some part of code then you can expect help. Right now it seems that you expect that somebody will do your whole homework.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.