Learn Before
Concept
Ndarray Object
In an n-dimensional array there are two characteristics that define it:
- Shape of the array
- type of element the array is composed of
Essentially, ndarrays describes the collection of items of the same data type. Since that's the case, then every item will take up the same size block of memory. Each of those blocks are interpreted in the same way.
0
1
Updated 2021-03-20
Tags
Python Programming Language
Data Science