Working with Multidimensional Arrays

Data Science with Python 7 min min read Updated: Mar 07, 2026 Beginner
Working with Multidimensional Arrays
Beginner Topic 5 of 10

2D Arrays

python import numpy as np arr = np.array([[1,2,3],[4,5,6]]) print(arr)

Next Tutorial: NumPy Array Shape and Reshaping

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators