[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.compute.dictionary_decode.html [Back]  [Original]

pyarrow.compute.dictionary_decode — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.compute.dictionary_decode#

pyarrow.compute.dictionary_decode(dictionary_array, /, *, memory_pool=None)#

Decodes a DictionaryArray to an Array.

Return a plain-encoded version of the array input This function does nothing if the input is not a dictionary.

Parameters:
dictionary_arrayArray-like or scalar-like

Argument to compute function.

memory_poolpyarrow.MemoryPool, optional

If not passed, will allocate memory from the default memory pool.


Web Proxy Viewer  |  New URL  |  Original Page