The first step into a data project is understanding the distribution of the numerical columns. Hence in python we have the df.describe() method which gives the major statistical results of the numerical columns for the given data set. The result consists of the mean, the median, ...