November 2021
Beginner to intermediate
704 pages
20h 16m
English
This section covers
Data plots are among the most valuable tools in any data scientist’s arsenal. Without good visualizations, we are effectively crippled in our ability to glean insights from our data. Fortunately, we have at our disposal the external Python Matplotlib library, which is fully optimized for outputting high-caliber plots and data visualizations. In this section, we use Matplotlib to better comprehend the coin-flip probabilities that we computed in section 1.
Let’s begin by installing the Matplotlib library. ...
Read now
Unlock full access