Skip to content

Commit b8b7b95

Browse files
authored
Add files via upload
1 parent 6911681 commit b8b7b95

22 files changed

+20023
-0
lines changed

001_Python_Matplotlib_pyplot.ipynb

+315
Large diffs are not rendered by default.

002_Python_Matplotlib_Exercise_1.ipynb

+743
Large diffs are not rendered by default.

003_Python_Matplotlib_Exercise_2.ipynb

+711
Large diffs are not rendered by default.

Gas_price_figure.png

150 KB
Loading

barchart.png

50.1 KB
Loading

company_sales_data.csv

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
month_number,facecream,facewash,toothpaste,bathingsoap,shampoo,moisturizer,total_units,total_profit
2+
1,2500,1500,5200,9200,1200,1500,21100,211000
3+
2,2630,1200,5100,6100,2100,1200,18330,183300
4+
3,2140,1340,4550,9550,3550,1340,22470,224700
5+
4,3400,1130,5870,8870,1870,1130,22270,222700
6+
5,3600,1740,4560,7760,1560,1740,20960,209600
7+
6,2760,1555,4890,7490,1890,1555,20140,201400
8+
7,2980,1120,4780,8980,1780,1120,29550,295500
9+
8,3700,1400,5860,9960,2860,1400,36140,361400
10+
9,3540,1780,6100,8100,2100,1780,23400,234000
11+
10,1990,1890,8300,10300,2300,1890,26670,266700
12+
11,2340,2100,7300,13300,2400,2100,41280,412800
13+
12,2900,1760,7400,14400,1800,1760,30020,300200

fifa_data.csv

+18,208
Large diffs are not rendered by default.

gas_prices.csv

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Year,Australia,Canada,France,Germany,Italy,Japan,Mexico,South Korea,UK,USA
2+
1990,,1.87,3.63,2.65,4.59,3.16,1,2.05,2.82,1.16
3+
1991,1.96,1.92,3.45,2.9,4.5,3.46,1.3,2.49,3.01,1.14
4+
1992,1.89,1.73,3.56,3.27,4.53,3.58,1.5,2.65,3.06,1.13
5+
1993,1.73,1.57,3.41,3.07,3.68,4.16,1.56,2.88,2.84,1.11
6+
1994,1.84,1.45,3.59,3.52,3.7,4.36,1.48,2.87,2.99,1.11
7+
1995,1.95,1.53,4.26,3.96,4,4.43,1.11,2.94,3.21,1.15
8+
1996,2.12,1.61,4.41,3.94,4.39,3.64,1.25,3.18,3.34,1.23
9+
1997,2.05,1.62,4,3.53,4.07,3.26,1.47,3.34,3.83,1.23
10+
1998,1.63,1.38,3.87,3.34,3.84,2.82,1.49,3.04,4.06,1.06
11+
1999,1.72,1.52,3.85,3.42,3.87,3.27,1.79,3.8,4.29,1.17
12+
2000,1.94,1.86,3.8,3.45,3.77,3.65,2.01,4.18,4.58,1.51
13+
2001,1.71,1.72,3.51,3.4,3.57,3.27,2.2,3.76,4.13,1.46
14+
2002,1.76,1.69,3.62,3.67,3.74,3.15,2.24,3.84,4.16,1.36
15+
2003,2.19,1.99,4.35,4.59,4.53,3.47,2.04,4.11,4.7,1.59
16+
2004,2.72,2.37,4.99,5.24,5.29,3.93,2.03,4.51,5.56,1.88
17+
2005,3.23,2.89,5.46,5.66,5.74,4.28,2.22,5.28,5.97,2.3
18+
2006,3.54,3.26,5.88,6.03,6.1,4.47,2.31,5.92,6.36,2.59
19+
2007,3.85,3.59,6.6,6.88,6.73,4.49,2.4,6.21,7.13,2.8
20+
2008,4.45,4.08,7.51,7.75,7.63,5.74,2.45,5.83,7.42,3.27

histogram.png

56.7 KB
Loading

img/company_sales_data.csv

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
month_number,facecream,facewash,toothpaste,bathingsoap,shampoo,moisturizer,total_units,total_profit
2+
1,2500,1500,5200,9200,1200,1500,21100,211000
3+
2,2630,1200,5100,6100,2100,1200,18330,183300
4+
3,2140,1340,4550,9550,3550,1340,22470,224700
5+
4,3400,1130,5870,8870,1870,1130,22270,222700
6+
5,3600,1740,4560,7760,1560,1740,20960,209600
7+
6,2760,1555,4890,7490,1890,1555,20140,201400
8+
7,2980,1120,4780,8980,1780,1120,29550,295500
9+
8,3700,1400,5860,9960,2860,1400,36140,361400
10+
9,3540,1780,6100,8100,2100,1780,23400,234000
11+
10,1990,1890,8300,10300,2300,1890,26670,266700
12+
11,2340,2100,7300,13300,2400,2100,41280,412800
13+
12,2900,1760,7400,14400,1800,1760,30020,300200

img/ex1.png

15.9 KB
Loading

img/ex10.png

46.3 KB
Loading

img/ex2.png

17.4 KB
Loading

img/ex3.png

63.7 KB
Loading

img/ex4.png

61 KB
Loading

img/ex5.png

62.7 KB
Loading

img/ex6.png

58.4 KB
Loading

img/ex7.png

26.3 KB
Loading

img/ex8.png

32.8 KB
Loading

img/ex9.png

43.3 KB
Loading

mygraph.png

93.2 KB
Loading

sales_data_of_bathingsoap.png

50.2 KB
Loading

0 commit comments

Comments
 (0)