File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1110,7 +1110,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
1110
1110
1111
1111
MSG=' Partially validate docstrings (SA01)' ; echo $MSG
1112
1112
$BASE_DIR /scripts/validate_docstrings.py --format=actions --errors=SA01 --ignore_functions \
1113
- pandas.ArrowDtype\
1114
1113
pandas.BooleanDtype\
1115
1114
pandas.Categorical.__array__\
1116
1115
pandas.Categorical.as_ordered\
Original file line number Diff line number Diff line change @@ -2076,6 +2076,10 @@ class ArrowDtype(StorageExtensionDtype):
2076
2076
-------
2077
2077
ArrowDtype
2078
2078
2079
+ See Also
2080
+ --------
2081
+ DataFrame.convert_dtypes : Convert columns to the best possible dtypes.
2082
+
2079
2083
Examples
2080
2084
--------
2081
2085
>>> import pyarrow as pa
You can’t perform that action at this time.
0 commit comments