How can I iterate row by row in a dataframe using python:
For example, I have the following data:
canciones={'albun':['cacho','beto','pedrito','loshermanos'],
'ano':[1992,1998,1994,1993],
'tiempo':['00:22:04','00:42:02','00:23:33...
asked by
03.11.2018 / 20:00