NumPy ndarray

From NovaOrdis Knowledge Base
Revision as of 19:23, 20 May 2024 by Ovidiu (talk | contribs) (Created page with "=Internal= * Numpy Concepts =Overview= <code>ndarray</code> is an N-dimensional array object, which is a fast, flexible container for large datasets in Python. It is used to implement a Pandas Series.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

ndarray is an N-dimensional array object, which is a fast, flexible container for large datasets in Python. It is used to implement a Pandas Series.