How to aggr. daily sales orders into monthly totals and have it as datetime format (e.g. January 2015) in Python?

后端 未结 0 2027
北荒
北荒 2021-02-08 01:50

I have a pandas dataframe with 3 columns:

OrderID_new (integer) OrderTotal (float) OrderDate_new (string or datetime sometimes)

Sales order ID\'s are in the first

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