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 ed56aa3 commit 463c0bdCopy full SHA for 463c0bd
doc/source/whatsnew/v0.24.0.txt
@@ -497,7 +497,7 @@ ExtensionType Changes
497
Pandas now requires that extension dtypes be hashable. The base class implements
498
a default ``__eq__`` and ``__hash__``. If you have a parametrized dtype, you should
499
update the ``ExtensionDtype._metadata`` tuple to match the signature of your
500
-``__init__`` method. See :class:`pandas.api.extensions.ExtensionDtype` for more.
+``__init__`` method. See :class:`pandas.api.extensions.ExtensionDtype` for more (:issue:`22476`).
501
502
**Other changes**
503
0 commit comments