January 2019
Intermediate to advanced
378 pages
8h 27m
English
Let's begin by inspecting the data points for each of our columns. We want to look for odd and outlier values in our data. We will start by looking at the bedroom and bathroom columns:
df['beds'].unique()
The preceding code results in the following output:

df['baths'].unique()
The preceding code results in the following output:

Read now
Unlock full access