Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions python/pyarrow/array.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,12 @@ cdef class Array(_PandasConvertible):
The concrete type returned depends on the datatype.
.. warning::
The caller is responsible for ensuring that the buffers contain
valid Arrow data matching the given type. Passing invalid data
may lead to crashes or undefined behavior when using the result.
Parameters
----------
type : DataType
Expand Down