chararray.flatten()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.

2025-01-10 15:47:30
chararray.count()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.count(sub, start=0, end=None)

2025-01-10 15:47:30
chararray.ndim
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.ndim Number of array dimensions. Examples

2025-01-10 15:47:30
chararray.reshape()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.

2025-01-10 15:47:30
chararray.join()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.join(seq)

2025-01-10 15:47:30
chararray.astype()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast

2025-01-10 15:47:30
chararray.sort()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

2025-01-10 15:47:30
chararray.tostring()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.

2025-01-10 15:47:30
chararray.put()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n

2025-01-10 15:47:30
numpy.core.defchararray.lstrip()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.lstrip(a, chars=None)

2025-01-10 15:47:30