We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a429af commit b53b899Copy full SHA for b53b899
pandas/core/tools/datetimes.py
@@ -637,7 +637,7 @@ def to_datetime(
637
datetime strings, and if it can be inferred, switch to a faster
638
method of parsing them. In some cases this can increase the parsing
639
speed by ~5-10x.
640
- origin : scalar, default is 'unix'
+ origin : scalar, default 'unix'
641
Define the reference date. The numeric values would be parsed as number
642
of units (defined by `unit`) since this reference date.
643
0 commit comments