Why use NumPy instead of Pandas?
The question is about NumPy
Answer:
NumPy is better for numerical computations and operations on raw arrays or matrices. Pandas builds on NumPy, adding support for data manipulation and analysis, but NumPy is faster for pure numerical tasks.