The previous chapters covered the Python libraries that are responsible for data processing, and this chapter covers the libraries that take care of visualization. You’ll first get a broad overview of the matplotlib library, and then the chapter concludes with the seaborn library, which extends matplotlib with the representation of statistical graphic elements.
Data visualization is often underestimated in data analysis, but it is a very important factor because incorrect or inefficient data representation ...