diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 47a2cf93a4f89..7f5f2f2d406fc 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -2152,7 +2152,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then MSG='Partially validate docstrings (SA01)' ; echo $MSG $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA01 --ignore_functions \ - pandas.ArrowDtype\ pandas.BooleanDtype\ pandas.Categorical.__array__\ pandas.Categorical.as_ordered\ diff --git a/pandas/core/dtypes/dtypes.py b/pandas/core/dtypes/dtypes.py index 12dcd8b0d42af..02560f54e2960 100644 --- a/pandas/core/dtypes/dtypes.py +++ b/pandas/core/dtypes/dtypes.py @@ -2076,6 +2076,10 @@ class ArrowDtype(StorageExtensionDtype): ------- ArrowDtype + See Also + -------- + DataFrame.convert_dtypes : Convert columns to the best possible dtypes. + Examples -------- >>> import pyarrow as pa