How to calculate number of weekes based on date in DataFrame Python Pandas?

后端 未结 0 1058
鱼传尺愫
鱼传尺愫 2021-01-22 12:19

I have DataFrame like below:

df = pd.DataFrame({"data" : ["25.01.2020", and many more other dates...]})
df["data"] = pd.to_datetime(         


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