pyarrow.compute.utf8_lower

pyarrow.compute.utf8_lower(strings, *, memory_pool=None)

Transform input to lowercase.

For each string in strings, return a lowercase version.

Parameters
  • strings (Array-like or scalar-like) – Argument to compute function

  • memory_pool (pyarrow.MemoryPool, optional) – If not passed, will allocate memory from the default memory pool.