Python pandas | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Python pandas

Hi everybody, I need help Iā€™m making a program, the purpose is taking information from an excel paper row by row, and analisi the information from a specific colon , (Es: name; surname; id; I need to analyse only the all surname and is there are duplicates) Currently Iā€™m using pandas library so Iā€™ve imported the csv and red the information of the excel on the console now I donā€™t know what to do. Can someone help me?

4th Dec 2018, 10:25 PM
Massimo Severini
Massimo Severini - avatar
2 Respostas
+ 3
I'm still getting though the basics but it sound like you have got the csv data out to the console. Now you need to parse it out.
4th Dec 2018, 10:38 PM
William Neel
William Neel - avatar
+ 2
right, now i need to parse it out, i think that (as the other function in pandasā€™s library) there will be another function to analise data.
4th Dec 2018, 10:45 PM
Massimo Severini
Massimo Severini - avatar