Show dates after a specific date in pandas

后端 未结 0 781
离开以前
离开以前 2020-12-10 19:01

I am trying to filter out old dates from a .xlsx file

I started like this:

df = pd.read_excel(\'Analysis_Opportunities.xlsx\')

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

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