Posts by gustafsom • 21 points
3 posts
-
1
votes2
answers355
viewsA: Get CSV list with Python
Good morning Anderson, thank you very much for your attention, but with your code the error continues: IndexError: list index out of range really is an error caused by CSV formatting, but I am not…
-
1
votes2
answers355
viewsQ: Get CSV list with Python
I have a CSV file with more than 9000 lines. I need to get a list with only one data of each line. An example is the following: 01/02/19,carlos,casa,rio 03/05/18,luis,carro,maceio…
-
0
votes0
answers1141
viewsQ: How to read . csv file and use as a list in Python
I need Python to read a CSV file and use the data in it as a list. example of CSV data francisco, carlos, melo, luis, claudia, and I need that after reading Python use this data as this list below:…