We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c918623 commit a6877d8Copy full SHA for a6877d8
ci/code_checks.sh
@@ -1110,7 +1110,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
1110
1111
MSG='Partially validate docstrings (SA01)' ; echo $MSG
1112
$BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA01 --ignore_functions \
1113
- pandas.ArrowDtype\
1114
pandas.BooleanDtype\
1115
pandas.Categorical.__array__\
1116
pandas.Categorical.as_ordered\
pandas/core/dtypes/dtypes.py
@@ -2076,6 +2076,10 @@ class ArrowDtype(StorageExtensionDtype):
2076
-------
2077
ArrowDtype
2078
2079
+ See Also
2080
+ --------
2081
+ DataFrame.convert_dtypes : Convert columns to the best possible dtypes.
2082
+
2083
Examples
2084
--------
2085
>>> import pyarrow as pa
0 commit comments