{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# **TP5 - EDA: Correlation Analysis**\n",
"\n",
"**Course**: **INF-604: Data Analysis**
\n",
"**Lecturer**: **Sothea HAS, PhD**\n",
"\n",
"-----\n",
"\n",
"**Objective:** In this lab, you will apply correaltion analysis on real examples. We will also explore the limitations of correaltion analysis and what to watch out when drawing conclusion from each correlation types.\n",
"\n",
"- The `notebook` of this `Lab` can be downloaded here: [Lab5_EDA.ipynb](https://hassothea.github.io/Data_Analysis_AUPP/Labs/Lab5_EDA.ipynb).\n",
"\n",
"- Or you can work directly with `Google Colab` here: [Lab5_EDA.ipynb](https://colab.research.google.com/drive/1j48iYepkme3Mjr3LDNbXROl8b7lcSbjD?usp=sharing).\n",
"\n",
"\n",
"-----\n"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n", " | country | \n", "continent | \n", "year | \n", "lifeExp | \n", "pop | \n", "gdpPercap | \n", "
---|---|---|---|---|---|---|
0 | \n", "Afghanistan | \n", "Asia | \n", "1952 | \n", "28.801 | \n", "8425333 | \n", "779.445314 | \n", "
1 | \n", "Afghanistan | \n", "Asia | \n", "1957 | \n", "30.332 | \n", "9240934 | \n", "820.853030 | \n", "
2 | \n", "Afghanistan | \n", "Asia | \n", "1962 | \n", "31.997 | \n", "10267083 | \n", "853.100710 | \n", "
3 | \n", "Afghanistan | \n", "Asia | \n", "1967 | \n", "34.020 | \n", "11537966 | \n", "836.197138 | \n", "
4 | \n", "Afghanistan | \n", "Asia | \n", "1972 | \n", "36.088 | \n", "13079460 | \n", "739.981106 | \n", "