File tree 2 files changed +6
-2
lines changed
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
153
153
-i " pandas.DatetimeTZDtype SA01" \
154
154
-i " pandas.DatetimeTZDtype.tz SA01" \
155
155
-i " pandas.DatetimeTZDtype.unit SA01" \
156
- -i " pandas.Float32Dtype SA01" \
157
- -i " pandas.Float64Dtype SA01" \
158
156
-i " pandas.Grouper PR02,SA01" \
159
157
-i " pandas.HDFStore.append PR01,SA01" \
160
158
-i " pandas.HDFStore.get SA01" \
Original file line number Diff line number Diff line change @@ -135,6 +135,12 @@ class FloatingArray(NumericArray):
135
135
-------
136
136
None
137
137
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
+
138
144
Examples
139
145
--------
140
146
For Float32Dtype:
You can’t perform that action at this time.
0 commit comments