File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
130130 -i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
131131 -i " pandas.arrays.BooleanArray SA01" \
132132 -i " pandas.arrays.DatetimeArray SA01" \
133- -i " pandas.arrays.FloatingArray SA01" \
134133 -i " pandas.arrays.IntegerArray SA01" \
135134 -i " pandas.arrays.IntervalArray.left SA01" \
136135 -i " pandas.arrays.IntervalArray.length SA01" \
Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ class FloatingArray(NumericArray):
9696 -------
9797 FloatingArray
9898
99+ See Also
100+ --------
101+ array : Create an array.
102+ Float32Dtype : Float32 dtype for FloatingArray.
103+ Float64Dtype : Float64 dtype for FloatingArray.
104+ Series : One-dimensional labeled array capable of holding data.
105+ DataFrame : Two-dimensional, size-mutable, potentially heterogeneous tabular data.
106+
99107 Examples
100108 --------
101109 Create an FloatingArray with :func:`pandas.array`:
You can’t perform that action at this time.
0 commit comments