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 5814dd3 commit 0df537fCopy full SHA for 0df537f
doc/source/reference/testing.rst
@@ -66,6 +66,7 @@ Exceptions and warnings
66
errors.PyperclipException
67
errors.PyperclipWindowsException
68
errors.SpecificationError
69
+ errors.TimezoneDtypeMismatchError
70
errors.UndefinedVariableError
71
errors.UnsortedIndexError
72
errors.UnsupportedFunctionCall
pandas/errors/__init__.py
@@ -1047,6 +1047,7 @@ class TimezoneDtypeMismatchError(ValueError):
1047
"cannot supply both a tz and a timezone-naive dtype (i.e. datetime64[ns])"
1048
"""
1049
1050
+
1051
__all__ = [
1052
"AbstractMethodError",
1053
"AttributeConflictWarning",
0 commit comments