Posts by Lorena Tinoco • 11 points
1 post
-
1
votes0
answers29
viewsQ: How to filter lines if column is without variable name - Python
I have some excel data that I imported into a Python dataframe (Base_Eventos). I need to summarize a variable (idPartida), then use: Base_Eventos.groupby (by = 'idPartida '). count() Only the result…