Data Analysis-NumPy
NumPy:
NumPy is a linear Algebra Library
for python, NumPy is a python library used for working with arrays.
It also has functions for working in domain of linear algebra, fourier
transform, and matrices.
NumPy arrays essentially come in
two types VECTORS and MATRICES.
https://numpy.org/doc/stable/contents.html
1. NumPy Arrays:
========================================
Comments
Post a Comment