{ "cells": [ { "cell_type": "markdown", "id": "3058d174", "metadata": {}, "source": [ "# `ndarray` – an N-dimensional array object\n", "\n", "`ndarray` allows mathematical operations on whole blocks of data, using a similar syntax to similar operations between [scalar](https://en.wikipedia.org/wiki/Scalar_(mathematics)) elements. In NumPy, there are many different types for describing scalars, mostly based on types from the C language and those compatible with Python.\n", "\n", "