numpy.ma.flatnotmasked_edges()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.flatnotmasked_edges(a)

2025-01-10 15:47:30
nditer.remove_axis()
  • References/Python/NumPy/Routines/Indexing routines/numpy.nditer

nditer.remove_axis(i) Removes axis i from the iterator. Requires that the flag ?multi_index? be enabled

2025-01-10 15:47:30
numpy.c_
  • References/Python/NumPy/Routines/Indexing routines

numpy.c_ = Translates slice objects to concatenation along the second axis. This is short-hand for np.r_['-1,2,0', index

2025-01-10 15:47:30
masked_array.mask
  • References/Python/NumPy/Routines/Masked array operations

masked_array.mask Mask

2025-01-10 15:47:30
numpy.ma.set_fill_value()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.set_fill_value(a, fill_value)

2025-01-10 15:47:30
numpy.matlib.eye()
  • References/Python/NumPy/Routines/Matrix library

numpy.matlib.eye(n, M=None, k=0, dtype=)

2025-01-10 15:47:30
numpy.ma.mask_cols()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.mask_cols(a, axis=None)

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

chararray.upper()

2025-01-10 15:47:30
numpy.array()
  • References/Python/NumPy/Routines/Array creation routines

numpy.array(object, dtype=None, copy=True, order=None, subok=False, ndmin=0) Create an array.

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

class numpy.core.defchararray.chararray

2025-01-10 15:47:30