Home > OS >  Python Pandas Conversion of days
Python Pandas Conversion of days

Time:04-22

I am trying to change string to a datetime64[ns] format in format days.month.year, but I get this error:

ValueError: time data '01.02.2016' does not match format '

  • Related