Python pandas | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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