Skip to content

Commit 600c4e4

Browse files
AlenkaFraulcd
andauthored
Update python/pyarrow/array.pxi
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent fec9077 commit 600c4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyarrow/array.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ cdef _array_like_to_pandas(obj, options, types_mapper):
22812281
original_type.id == _Type_LARGE_STRING or
22822282
original_type.id == _Type_STRING_VIEW
22832283
):
2284-
# for pandas 3.0+, use pandas' new default string dtyp
2284+
# for pandas 3.0+, use pandas' new default string dtype
22852285
dtype = pandas_api.pd.StringDtype(na_value=np.nan)
22862286

22872287
# Only call __from_arrow__ for Arrow extension types or when explicitly

0 commit comments

Comments
 (0)