Statistics 101- Measures of Central Tendency

<p>The first step into a data project is understanding the distribution of the numerical columns. Hence in python we have the&nbsp;<code>df.describe()</code>&nbsp;method which gives the major statistical results of the numerical columns for the given data set. The result consists of the&nbsp;<strong>mean</strong>, the&nbsp;<strong>median</strong>, the upper and lower&nbsp;<strong>quartiles</strong>, and the&nbsp;<strong>standard deviation&nbsp;</strong>of the respective columns.</p> <p>This post is a going to be a theoretical refresh on the concepts of the measures of central tendency. So, why is it called&nbsp;<em>central</em>&nbsp;tendency? Let&rsquo;s take a very easy example of a class of 10 students and their respective heights (in centimeters). For the given age, there will an average height and there will be some who are taller or shorter than the said average. The data will have some central values which are representative of the sample, and can potentially be extrapolated to the larger population.</p> <p><a href="https://medium.com/@ishitaguharoy/statistics-101-measures-of-central-tendency-fe9aeca2b7e7"><strong>Visit Now</strong></a></p>