2 Réponses
+ 5
You can use pandas library. It basically is best suited for manipulating dataframes and it has a very powerful read_csv() method.
Once you read your data into a dataframe it is easily managed and mass-processed, so it shall suit your needs perfectly, as far as I can see.
0
oh thanks.. I will give a try.. let see it works for me.