| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.compute.list_flatten.html | [Back] [Original] |
Section Navigation
Flatten list values.
lists must have a list-like type (lists, list-views, and fixed-size lists). Return an array with the top list level flattened unless recursive is set to true in ListFlattenOptions. When that is that case, flattening happens recursively until a non-list array is formed.
Null list values do not emit anything to the output.
Argument to compute function.
FalseWhen True, the list array is flattened recursively until an array of non-list values is formed.
pyarrow.compute.ListFlattenOptions, optionalAlternative way of passing options.
pyarrow.MemoryPool, optionalIf not passed, will allocate memory from the default memory pool.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |