In [51]: pd.to_datetime('2010/11/12', format='%Y/%m/%d') Out[51]: Timestamp('2010-11-12 00:00:00') In [52]