How to select specific rows in a dataframe, group them and find the sum using python?

前端 未结 0 460
悲&欢浪女
悲&欢浪女 2020-12-12 00:58

Here is some example data:

mydf = {\'Month\': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
        \'Freq\': [5, 10, 15, 20         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题