Plotting Data 2: Bivariate Plots

This lesson will describe the process of plotting bivariate plots of the data from a csv file in Python.

Bivariate plots

Bivariate plots are plots that aim to graph the relationship between two variables. These plots can help us establish relationships and patterns in the data. Some common bivariate plots are:

  • scatter plots
  • bar plots
  • histograms

Let’s look at some of these plots and how we can plot them using Pandas and matplotlib. We will be using Sample Sales Data. The data is in sales_data_sample.csv file. Have a look at the data.

Get hands-on with 1200+ tech skills courses.