How to select columns in a dataframe where column names are of datetime dtypes?

后端 未结 0 1244
别跟我提以往
别跟我提以往 2021-01-18 02:10

I have the following example table:

cols = [\'2000-01-01\', \'2000-02-01\', \'2001-03-01\', \'2001-04-01\', \'2002-05-01\']
vals = np.arange(5)
df = pd.DataFr         


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