Chapter 16. Visualizing Data
The previous chapters have given you all the tools you need to transform raw data into a polished DataFrame. But how do you turn such a DataFrame into something insightful?
One way is through data visualization, and Python provides a plethora of packages for that. Packages include Matplotlib for low-level plotting, hvPlot for quick visualizations, Bokeh for interactive graphs, Plotnine for leveraging the grammar of graphics in Python, and Altair for using the built-in plotting capabilties of Polars. Figure 16-1 gives an impression of Python’s elaborate data visualization landscape.
This is both a blessing and a curse, because it’s likely there’s a package that fits your needs, while it’s ...
Get Python Polars: The Definitive Guide 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.