79380266

Date: 2025-01-23 08:11:39
Score: 0.5
Natty:
Report link

There are essentially three calling conventions for the constructor of pd.Timestamp, the one you are using in both case is the first one.

It takes either a datetime-like string (t1) or a float representing a Unix epoch (number of seconds since 1970-01-01) in units of seconds (t2).

You can read more here (pandas documentation)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mpivet-p