Pandas - dataframe groupby - how to split the dataset into train and test after doing groupby

后端 未结 0 2037
旧巷少年郎
旧巷少年郎 2021-02-04 20:44

I have a pandas dataframe which looks like this:

    Date       Month   Base 
 2014/04/01      4      f 
 2014/04/02      4      f
 2014/05/01      5      f
 2014         


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