Pandas Playbook: Visualization
Pandas is one of the most popular data analysis libraries for Python. In this course, you will learn how to create a wide range of plots for your data, and how to customize them to make them both attractive and informative for your audience.
What you'll learn
At some point when you are working with a dataset, you will want to make the properties of that dataset visible in a graphical way. This is a core skill for every data scientist or data engineer. In this course, Pandas Playbook: Visualization, you’ll learn how to create a large variety of beautiful plots with Pandas, one of the most popular data analysis libraries for Python. First, you'll learn the very basics of plotting with pandas, learning how to prepare your dataset for plotting, and how to create common plots like a bar, line, and scatter plot. Next, you will explore matplotlib, the Python library that generates the actual graphics, how this interacts with Pandas, and how to use it correctly. Then, you will go more in-depth and learn about all the ways to customize your plots, including line styles, colors and themes, customizing axes and legends, creating interactive plots, and much more. Finally, you will see a short overview of two other visualization libraries that can be used with Pandas: Seaborn, which is focused on statistical plotting, and Bokeh, which can create interactive visuals for the web. After watching this course, you’ll have a deep understanding of all possible ways you can use Pandas to visualize your data. You'll know how to write efficient and clear code that creates beautiful plots, following best practices. This course will also make you more proficient in exploring datasets and communicating your results with others.
Table of contents
- Introduction 1m
- Demo: Subplots and Shared Axes 7m
- Demo: Stacking - Preparing the DataFrame 3m
- Demo: Area Plots with and Without Stacking 3m
- Demo: Bar Plots with and Without Stacking 1m
- Review: Subplots and Stacking 3m
- Demo: Matplotlib Themes 2m
- Demo: Styling - Line Styles, Colors, and More 5m
- Demo: Scatter Plots 5m
- Review: Styling 2m
- Demo: Axes - Ticks and Tick Labels 4m
- Demo: Axes - Limits and a Custom Tick Label Formatter 3m
- Demo: Customizing the Legend 1m
- Review: Working with Axes 2m
- Demo: Creating Interactive Plots 6m
- Summary 1m