We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76b174 commit 7b09f73Copy full SHA for 7b09f73
pandas/errors/__init__.py
@@ -1047,9 +1047,8 @@ class TimezoneDtypeMismatchError(ValueError):
1047
1048
See Also
1049
--------
1050
- pandas.core.dtypes.dtypes.DatetimeTZDtype : Datetime dtype with an associated
1051
- timezone.
1052
- pandas.core.arrays.datetimes._validate_tz_from_dtype : Validation helper that may
+ core.dtypes.dtypes.DatetimeTZDtype : Datetime dtype with an associated timezone.
+ core.arrays.datetimes._validate_tz_from_dtype : Validation helper that may
1053
raise this error.
1054
1055
Examples
0 commit comments