February 2019
Beginner to intermediate
308 pages
7h 42m
English
We can plot a histogram by calling the df.hist() function built into a pandas DataFrame class. A histogram provides an accurate representation of the distribution of our numerical data.
We can call the df.isnull().any() function to easily check whether there are any null values in each column of the dataset.
Missing values can also appear in the form of 0 values. Missing values are often recorded as 0 in a dataset due to certain issues during data collection—perhaps the equipment ...
Read now
Unlock full access