0
Reading and Capitalization of csv rows in PYTHON.
I want to read first row of csv file which contains strings (variable names) and save it in single variable. Then using "upper", I want to capitalise ecah word of each string obtained from different rows. After this I'll write /replace the previous row with this capitalised row.
1 Réponse
0
I've searched on google and then posted this question. Since I'm beginner, therfore I'm having difficulty. It's much appreciated but still there is error.