File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
153153 -i " pandas.DatetimeTZDtype SA01" \
154154 -i " pandas.DatetimeTZDtype.tz SA01" \
155155 -i " pandas.DatetimeTZDtype.unit SA01" \
156- -i " pandas.Float32Dtype SA01" \
157- -i " pandas.Float64Dtype SA01" \
158156 -i " pandas.Grouper PR02,SA01" \
159157 -i " pandas.HDFStore.append PR01,SA01" \
160158 -i " pandas.HDFStore.get SA01" \
Original file line number Diff line number Diff line change @@ -135,6 +135,12 @@ class FloatingArray(NumericArray):
135135-------
136136None
137137
138+ See Also
139+ --------
140+ CategoricalDtype : Type for categorical data with the categories and orderedness.
141+ IntegerDtype : An ExtensionDtype to hold a single size & kind of integer dtype.
142+ StringDtype : An ExtensionDtype for string data.
143+
138144Examples
139145--------
140146For Float32Dtype:
You can’t perform that action at this time.
0 commit comments