What is NumPy, what are use and advantages for this?
What is NumPy, what are use and advantages for this?
Student
The Anubhav portal was launched in March 2015 at the behest of the Hon'ble Prime Minister for retiring government officials to leave a record of their experiences while in Govt service .
What NumPy Is
NumPy is:
Key Features of NumPy
1. N-dimensional array object (
ndarray)NumPy provides powerful arrays that are:
2. Fast Mathematical Operations
You can perform:
3. Broadcasting
You can add/multiply arrays of different shapes automatically.
4. Memory Efficient
Uses compact, typed binary storage.
5. Backbone of Data Science
Libraries like:
Example: Creating an Array
Example: Fast Operations
Example: 2D Array