mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
709 B
709 B
Array Operations
NumPy supports a wide range of array operations: element-wise arithmetic, aggregation functions (sum, mean, std, min, max), reshaping, stacking, and splitting. These operations are vectorized, meaning they apply to the entire array at once without explicit loops, making them highly efficient.
Visit the following resources to learn more: