Convert date column to yyyy-mm in CSV python

后端 未结 0 1929
攒了一身酷
攒了一身酷 2021-02-05 12:13

how can I convert the \'month_date_yyyymm\' to date format, such as yyyy/mm. So that I can filter it.

I use pandas read_csv

df = pd.read_csv(url)

enter imag

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