File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
79
79
-i " pandas.Timestamp.min PR02" \
80
80
-i " pandas.Timestamp.resolution PR02" \
81
81
-i " pandas.Timestamp.tzinfo GL08" \
82
- -i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
83
82
-i " pandas.arrays.TimedeltaArray PR07,SA01" \
84
83
-i " pandas.core.groupby.DataFrameGroupBy.plot PR02" \
85
84
-i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ class ArrowExtensionArray(
258
258
Parameters
259
259
----------
260
260
values : pyarrow.Array or pyarrow.ChunkedArray
261
+ The input data to initialize the ArrowExtensionArray.
261
262
262
263
Attributes
263
264
----------
@@ -271,6 +272,12 @@ class ArrowExtensionArray(
271
272
-------
272
273
ArrowExtensionArray
273
274
275
+ See Also
276
+ --------
277
+ array : Create a Pandas array with a specified dtype.
278
+ DataFrame.to_feather : Write a DataFrame to the binary Feather format.
279
+ read_feather : Load a feather-format object from the file path.
280
+
274
281
Notes
275
282
-----
276
283
Most methods are implemented using `pyarrow compute functions. <https://arrow.apache.org/docs/python/api/compute.html>`__
You can’t perform that action at this time.
0 commit comments