如何从to_datetime中删除时间?

时间:2014-09-26 11:14:41

标签: python datetime pandas string-to-datetime

使用to_datetime函数我将获取日期以及打印出来的时间。我只需要约会。转换时是否有任何方法可以删除它?

  
    
      

pd.to_datetime(pd.Series(日期))

    
  
  • 0 2013-12-20 00:00:00
  • 1 2013-12-21 00:00:00
  • 2 2013-12-22 00:00:00
  • 3 2013-12-23 00:00:00

代码:(我的数据没有时间,但它打印时间。另外我想在我打印它之后添加它的打印时间)

    data = pd.read_csv('workingfile.csv')
    data['WEEK'] = pd.to_datetime(data['WEEK'],dayfirst = True)
    grouped = data.groupby(['UPC','WEEK'])
    for (upc,week), group in grouped:
        print week

    WEEK
    02/06/2013 00:00
    09/06/2013 00:00
    16/06/2013 00:00
    23/06/2013 00:00
    30/06/2013 00:00
    07/07/2013 00:00
    14/07/2013 00:00

1 个答案:

答案 0 :(得分:0)

导入日期时间 一个= datetime.datetime.now()。日期()

其中s将仅打印日期

导入日期时间 E = datetime.datetime.now()。时间()

其中s将仅打印时间