AND vs. OR with datetime in pandas

前端 未结 0 764
陌清茗
陌清茗 2020-12-24 00:05

I want to exclude all leap days (February 29) from a column titled Date, which is in YYYY-MM-DD string format. This is what I did:

df[\'Date\'] = pd.to_datet         


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