Skip to content

Commit 96ddd0d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into series-sum-attrs
2 parents c251196 + d4045f0 commit 96ddd0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: 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)