Numpy Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


Numpy is a dependency for [[Pandas_Concepts#Overview|Pandas]].
NumPy is the short for Numerical Python.
 
NumPy is a dependency for [[Pandas_Concepts#Overview|Pandas]].


=<tt>ndarray</tt>=
=<tt>ndarray</tt>=
Used to implement a Pandas [[Pandas_Series#Overview|Series]].
Used to implement a Pandas [[Pandas_Series#Overview|Series]].

Revision as of 23:18, 14 May 2024

External

Internal

Overview

NumPy is the short for Numerical Python.

NumPy is a dependency for Pandas.

ndarray

Used to implement a Pandas Series.