Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with datatime
#1
Hello i am beginner with python and i have one problem with datetime in my script.
This is my data set
DATE_y
13.10.2017
19.7.2018
12.10.2018
9.4.2019

DATA['DATE_y2']=pd.to_datetime(DATA['DATE_y'])

This is results
row DATE_y2 DATE_y
1 13.10.2017 13.10.2017
2 19.7.2018 19.7.2018
3 10.12.2018 12.10.2018
4 4.9.2019 9.4.2019

Can you help with with the results? Why is problem in row 3 and 4 ? and row 1 row 2 are correct.
Does anyone know where is the problem?

Thank you so much for your answer.
Reply


Messages In This Thread
Help with datatime - by dawid294 - Mar-06-2020, 02:19 PM
RE: Help with datatime - by Marbelous - Mar-06-2020, 03:25 PM
RE: Help with datatime - by dawid294 - Mar-09-2020, 08:00 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020