We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdd353 commit 6d26825Copy full SHA for 6d26825
python/pyarrow/array.pxi
@@ -4013,7 +4013,7 @@ cdef class DictionaryArray(Array):
4013
type : pyarrow.DataType
4014
length : int
4015
The number of values in the array.
4016
- buffers : List[Buffer]
+ buffers : List[Buffer | None]
4017
The buffers backing the indices array.
4018
dictionary : pyarrow.Array, ndarray or pandas.Series
4019
The array of values referenced by the indices.
0 commit comments