Learn Before
Concept

Fundamental Objects in NumPy

In NumPy, there are two objects that are crucial to understanding how this library works. Those are:

  1. N-dimensional array object (ndarray)

  2. Universal function object (ufunc)

However, keep in mind that there are other objects that are built upon these that can be incorporated into whatever you're doing.

0

3

Updated 2021-03-20

Tags

Data Science