chararray.nbytes
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.nbytes Total bytes consumed by the elements of the array. Notes

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

chararray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A

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

chararray.shape Tuple of array dimensions. Notes May be used to ?reshape

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

chararray.splitlines(keepends=None)

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

chararray.isspace()

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

chararray.translate(table, deletechars=None)

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

chararray.imag The imaginary part of the array. Examples

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

chararray.isdecimal()

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

chararray.replace(old, new, count=None)

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

chararray.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data

2025-01-10 15:47:30