Exploring Numerical Quantities
This lesson will focus on exploring the numerical quantities and finding out general trends from these quantities.
We'll cover the following...
A very important part of exploratory data analysis is finding out general trends or patterns in the data. We can find out different relationships between two quantities that can be very helpful in making decisions at the end. We will use the cleaned version of the dataset from the lesson Inconsistent Data. The details of individual columns are mentioned below.
Scatter plots
Scatter Plots are a very useful way of visualizing the inverse and direct relationships between two variables. In a direct relationship between two quantities, an increase/decrease in one quantity leads to a corresponding increase/decrease in the other quantity, whereas in an inverse relationship, an increase/decrease in one quantity leads to a corresponding increase/decrease in the other quantity.
However, in real data, we do not observe strict ...