Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
The course will focus on using the Python Matplotlib library to visualize data. Python coding will be done using Python notebooks (.ipynb files) in the JupyterLab tool, where you’ll learn how to draw line graphs, histograms, heatmaps, and box plots using Matplotlib. We’ll show you how to use HVPlot library to add interactive widgets to plots to gain deeper insights into the data being visualized.
You’ll also use the Python Numpy library to save values in arrays and to generate random number data for visualization examples. You’ll see how the Pandas library can be used to store data in a DataFrame, handle time series data, perform mathematical calculations and plot the calculated data. Then you’ll learn how the Seaborn library can add features to a heatmap, while the Scipy library generates a KDE line to plot above a histogram. Finally, we’ll show you how to style visualizations by adding colors, labels, and grids.
The course covers Matplotlib for visualizing data, HVPlot for interactive widgets, NumPy for arrays and random number data, Pandas for storing data in a DataFrame and handling time series, Seaborn for adding features to heatmaps, and SciPy for generating a KDE line above a histogram.
Python coding is done using Python notebooks (.ipynb files) in the JupyterLab tool.
You will learn to draw line graphs, histograms, heatmaps, and box plots, including interactive line plots and interactive heatmaps using HVPlot.
It shows how to use the HVPlot library to add interactive widgets to plots, including toolbar widgets and a filter widget, to gain deeper insights into the data being visualized.
Yes. It covers plotting temporal data with a line graph, plotting calculated temporal data, and creating a box plot to describe temporal data, with Pandas used to handle time series data.