Skip to content

Commit d4045f0

Browse files
DOC: Fix ES01 for pandas.api.extensions.ExtensionDtype (pandas-dev#61215)
DOC: Fix SA01 for pandas.api.extensions.ExtensionDtype
1 parent 4c5f4ca commit d4045f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/core/dtypes/base.py

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ class ExtensionDtype:
4545
"""
4646
A custom data type, to be paired with an ExtensionArray.
4747
48+
This enables support for third-party and custom dtypes within the
49+
pandas ecosystem. By implementing this interface and pairing it with a custom
50+
`ExtensionArray`, users can create rich data types that integrate cleanly
51+
with pandas operations, such as grouping, joining, or aggregation.
52+
4853
See Also
4954
--------
5055
extensions.register_extension_dtype: Register an ExtensionType

0 commit comments

Comments
 (0)