We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b22544 commit 2b63ea7Copy full SHA for 2b63ea7
pandas/core/tools/datetimes.py
@@ -792,7 +792,8 @@ def to_datetime(
792
datetime
793
If parsing succeeded.
794
Return type depends on input (types in parenthesis correspond to
795
- fallback in case of timezone issues or out-of-range timestamps):
+ fallback in case of unsuccessful timezone or out-of-range timestamp
796
+ parsing):
797
798
- scalar: Timestamp (or datetime.datetime)
799
- array-like: DatetimeIndex (or Series with object dtype containing
0 commit comments