Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.record.compress
...ce Array objects Standard array subclasses numpy.record numpy.record.compress...
- numpy.record.compress (Python method, in numpy.record.compress)
- numpy.record.compress
...ce Array objects Standard array subclasses numpy.record numpy.record.compress...
- NumPy: the absolute basics for beginners
...object in a single file, save it as a .npz file using np.savez. You can also save several arrays into a single file in compressed npz format with savez_compressed. It’s easy to save and load an array with np.save(). Just make sure to speci...
- The
numpy.ma
module...mask=[False, False], fill_value=999999) Another way to retrieve the valid data is to use the compressed method, which returns a one-dimensional ndarray (or one of its subclasses, depending on the value of the base...
- Array API