| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.compute.split_pattern.html | [Back] [Original] |
Section Navigation
Split string according to separator.
Split each string according to the exact pattern defined in SplitPatternOptions. The output for each string input is a list of strings.
The maximum number of splits and direction of splitting (forward, reverse) can optionally be defined in SplitPatternOptions.
Argument to compute function.
strString pattern to split on.
int or None, default NoneMaximum number of splits for each input value (unlimited if None).
FalseWhether to start splitting from the end of each input value. This only has an effect if max_splits is not None.
pyarrow.compute.SplitPatternOptions, 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 |