unknown user-avatar

What is numpy in python?

It is related to data
0%

3 replies

over 5 years ago
mahmoud-abd-al-ghany-avatar
It's a library that provides math functions that can be augmented to vanilla python to get lots and lots of prebuilt functionalities such as matrix operations, statistical operations and so on.
over 5 years ago
shubhi-bhatnagar-avatar
NumPy is an open-source numerical Python library. NumPy contains a multi-dimensional array and matrix data structures. It can be utilised to perform a number of mathematical operations on arrays such as trigonometric, statistical, and algebraic routines check it in detail https://medium.com/fintechexplained/why-should-we-use-numpy-c14a4fb03ee9