November 2021
Beginner to intermediate
704 pages
20h 16m
English
This section covers
NumPy, which stands for Numerical Python, is the engine that powers Pythonic data science. Python, despite its many virtues, is simply not suited for large-scale numeric analysis. Hence, data scientists must rely on the external NumPy library to efficiently manipulate and store numeric data. NumPy is an incredibly powerful tool for processing large collections of raw numbers. Thus, many of Python’s external data processing libraries are NumPy compatible. One such library is Matplotlib, which we introduced in the previous section. ...