An ndarray (n-dimensional array) is best described as:
an array of any size
ndarray is a central data structure of the NumPy library in Python, allowing for the representation and manipulation of arrays of any dimensionality.
What is an ndarray?
(1 point)
Responses
a two-dimensional array
a two-dimensional array
a three-dimensional array
a three-dimensional array
an array of any size
an array of any size
an array used only in classes
an array used only in classes
Skip to navigation
page 1 of 1
1 answer
An ndarray (n-dimensional array) is best described as:
an array of any size
ndarray is a central data structure of the NumPy library in Python, allowing for the representation and manipulation of arrays of any dimensionality.