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

chararray.item(*args) Copy an element of an array to a standard Python scalar and return it.

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.decode()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.decode(encoding=None, errors=None)

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

chararray.view(dtype=None, type=None) New view of array with the same data.

2025-01-10 15:47:30
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.data
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.data Python buffer object pointing to the start of the array?s data.

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

chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2

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.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.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