Skip to content

Commit e5af8bd

Browse files
authored
Merge pull request #1 from ramesh-pes/data_cleaning
Data cleaning
2 parents 392c757 + 2ac4299 commit e5af8bd

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

task1_part2.ipynb

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 3,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"import pandas as pd\n",
10+
"import numpy as np\n",
11+
"import matplotlib.pyplot as plt\n",
12+
"import seaborn as sns\n",
13+
"%matplotlib inline"
14+
]
15+
},
16+
{
17+
"cell_type": "code",
18+
"execution_count": null,
19+
"metadata": {},
20+
"outputs": [],
21+
"source": []
22+
}
23+
],
24+
"metadata": {
25+
"kernelspec": {
26+
"display_name": "Python 3",
27+
"language": "python",
28+
"name": "python3"
29+
},
30+
"language_info": {
31+
"codemirror_mode": {
32+
"name": "ipython",
33+
"version": 3
34+
},
35+
"file_extension": ".py",
36+
"mimetype": "text/x-python",
37+
"name": "python",
38+
"nbconvert_exporter": "python",
39+
"pygments_lexer": "ipython3",
40+
"version": "3.7.6"
41+
}
42+
},
43+
"nbformat": 4,
44+
"nbformat_minor": 4
45+
}

0 commit comments

Comments
 (0)