新的列是根据dataframe中的时间列生成的,现在如何把新的列(week_count)添加到dataframe中去?
# 行数一样的情况,这样试试 orders['week_count']=orders['Date'].dt.week