Posts by Joao Victor • 13 points
1 post
-
0
votes1
answer66
viewsQ: Filter a header inside df in pandas
I’m new to pandas and I’m having a hard time. I need to filter the columns in my dataframe, check if they are in a defined list and, if they are, group the columns and add up the values. It sounds…