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
11101110
11111111 MSG=' Partially validate docstrings (SA01)' ; echo $MSG
11121112 $BASE_DIR /scripts/validate_docstrings.py --format=actions --errors=SA01 --ignore_functions \
1113- pandas.ArrowDtype\
11141113 pandas.BooleanDtype\
11151114 pandas.Categorical.__array__\
11161115 pandas.Categorical.as_ordered\
Original file line number Diff line number Diff line change @@ -2076,6 +2076,10 @@ class ArrowDtype(StorageExtensionDtype):
20762076 -------
20772077 ArrowDtype
20782078
2079+ See Also
2080+ --------
2081+ DataFrame.convert_dtypes : Convert columns to the best possible dtypes.
2082+
20792083 Examples
20802084 --------
20812085 >>> import pyarrow as pa
You can’t perform that action at this time.
0 commit comments