© Fabio Nelli 2018
Fabio NelliPython Data Analyticshttps://doi.org/10.1007/978-1-4842-3913-1_3

3. The NumPy Library

Fabio Nelli1 
(1)
Rome, Italy
 

NumPy is a basic package for scientific computing with Python and especially for dat a analysis. In fact, this library is the basis of a large amount of mathematical and scientific Python packages, and among them, as you will see later in the book, the pandas library. This library, specialized for data analysis, is fully developed using the concepts introduced by NumPy. In fact, the built-in tools provided by the standard Python library could be too simple or inadequate for most of the calculations in data analysis.

Having knowledge of the NumPy library is important to being able to use all scientific Python ...

Get Python Data Analytics: With Pandas, NumPy, and Matplotlib now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.