📖 INDEX
LOADING ENGINE...
np.ptp()
AI & DATA SCIENCE // np-ptp
Range of values (maximum - minimum) along an axis.
Syntax
range_val = np.ptp(arr)Examples
Example 01Basic Usage
range_val = np.ptp(arr)Best Practices
- Refer to the official NumPy documentation for deep vectorization techniques.
- Avoid writing custom Python for-loops for operations that can be vectorized with NumPy.