File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments