File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
368
368
-i " pandas.api.extensions.ExtensionArray.tolist RT03,SA01" \
369
369
-i " pandas.api.extensions.ExtensionArray.unique RT03,SA01" \
370
370
-i " pandas.api.extensions.ExtensionArray.view SA01" \
371
- -i " pandas.api.extensions.register_extension_dtype SA01" \
372
371
-i " pandas.api.indexers.BaseIndexer PR01,SA01" \
373
372
-i " pandas.api.indexers.FixedForwardWindowIndexer PR01,SA01" \
374
373
-i " pandas.api.indexers.VariableOffsetWindowIndexer PR01,SA01" \
Original file line number Diff line number Diff line change @@ -486,6 +486,14 @@ def register_extension_dtype(cls: type_t[ExtensionDtypeT]) -> type_t[ExtensionDt
486
486
callable
487
487
A class decorator.
488
488
489
+ See Also
490
+ --------
491
+ api.extensions.ExtensionDtype : The base class for creating custom pandas
492
+ data types.
493
+ Series : One-dimensional array with axis labels.
494
+ DataFrame : Two-dimensional, size-mutable, potentially heterogeneous
495
+ tabular data.
496
+
489
497
Examples
490
498
--------
491
499
>>> from pandas.api.extensions import register_extension_dtype, ExtensionDtype
You can’t perform that action at this time.
0 commit comments