Posts by Alysson Oliveira • 1 point
1 post
-
0
votes1
answer19
viewsA: Return specific column with csv library
Using this reference file as teste.csv: nome,sobrenome,idade,peso Maria,joao,20,60 Joao,maria,10,30 Your code works normally by returning the column of surname. import csv def…