We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0437fdb commit 24fdde6Copy full SHA for 24fdde6
pandas/core/tools/datetimes.py
@@ -843,8 +843,8 @@ def to_datetime(
843
to the day starting at noon on January 1, 4713 BC.
844
- If Timestamp convertible (Timestamp, dt.datetime, np.datetimt64 or date
845
string), origin is set to Timestamp identified by origin.
846
- - If a float or integer, origin is the millisecond difference
847
- relative to 1970-01-01.
+ - If a float or integer, origin is the difference
+ (in units determined by the ``unit`` argument) relative to 1970-01-01.
848
cache : bool, default True
849
If :const:`True`, use a cache of unique, converted dates to apply the
850
datetime conversion. May produce significant speed-up when parsing
0 commit comments