AIDS C04-Session-22
AIDS C04-Session-22
Session -22
1
Session Objective
• An ability to understand about Exploratory data analysis
• Let us have a look at how our dataset looks like using df.head(). The
output should look like this:
Descriptive Statistics
• Our dataset contains data about different students at a school/college,
and their scores in 3 subjects. We need descriptive statistic parameters
for the dataset. We will use describe() for this.
In this type of plot, we need the This type of plot is often used
measurement points to be to visualize a trend in data over
ordered (typically by their x- intervals of time - a time series.
axis values).
SAMPLE LINE CHART
22