12
Python import csv para a lista
Eu tenho um arquivo CSV com cerca de 2000 registros. Cada registro possui uma sequência e uma categoria: This is the first line,Line1 This is the second line,Line2 This is the third line,Line3 Eu preciso ler este arquivo em uma lista que se parece com isso: data = [('This is …