Python Forum
Comparing Dates to find the next date
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comparing Dates to find the next date
#6
Hi,

Unfortunately that did not work.

it returned the following error message

Error:
Traceback (most recent call last): File "C:\Users\Hass\eclipse-workspace\FTS\src\Excel.py", line 12, in <module> df3 = pandas.to_datetime(df2, format="%d / %m / %Y") File "C:\Program Files\Python\lib\site-packages\pandas\core\tools\datetimes.py", line 454, in to_datetime result = _assemble_from_unit_mappings(arg, errors=errors) File "C:\Program Files\Python\lib\site-packages\pandas\core\tools\datetimes.py", line 542, in _assemble_from_unit_mappings "is missing".format(required=','.join(req))) ValueError: to assemble mappings requires at least that [year, month, day] be specified: [day,month,year] is missing
I am not sure if this line of code is working. Because the problem seems to be with this line

df3 = pandas.to_datetime(df2, format="%d / %m / %Y")
Reply


Messages In This Thread
Comparing Dates to find the next date - by Hass - Jan-13-2019, 01:38 AM
RE: Comparing Dates to find the next date - by Hass - Jan-19-2019, 09:32 PM
RE: Comparing Dates to find the next date - by Hass - Jan-20-2019, 12:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Compare current date on calendar with date format file name Fioravanti 1 246 Mar-26-2024, 08:23 AM
Last Post: Pedroski55
  Python date format changes to date & time 1418 4 618 Jan-20-2024, 04:45 AM
Last Post: 1418
  Find overlapping date in database Hilal 2 1,714 Dec-18-2021, 08:15 PM
Last Post: Hilal
  Date format and past date check function Turtle 5 4,278 Oct-22-2021, 09:45 PM
Last Post: deanhystad
  How to add previous date infront of every unique customer id's invoice date ur_enegmatic 1 2,243 Feb-06-2021, 10:48 PM
Last Post: eddywinch82
  How to add date and years(integer) to get a date NG0824 4 2,885 Sep-03-2020, 02:25 PM
Last Post: NG0824
  Substracting today's date from a date in column of dates to get an integer value firebird 1 2,137 Jul-04-2019, 06:54 PM
Last Post: Axel_Erfurt
  How to change existing date to current date in a filename? shankar455 1 2,306 Apr-17-2019, 01:53 PM
Last Post: snippsat
  Date format conversion "/Date(158889600000)/" lbitten 2 2,840 Nov-29-2018, 02:14 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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