File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ exercises: 10
27
27
import pandas as pd
28
28
for filename in [' data/gapminder_gdp_africa.csv' , ' data/gapminder_gdp_asia.csv' ]:
29
29
data = pd.read_csv(filename, index_col = ' country' )
30
- print (filename, data.min())
30
+ print (filename, ' \n ' , data.min())
31
31
```
32
32
33
33
``` output
34
- data/gapminder_gdp_africa.csv gdpPercap_1952 298.846212
34
+ data/gapminder_gdp_africa.csv
35
+ gdpPercap_1952 298.846212
35
36
gdpPercap_1957 335.997115
36
37
gdpPercap_1962 355.203227
37
38
gdpPercap_1967 412.977514
@@ -40,7 +41,8 @@ gdpPercap_1997 312.188423
40
41
gdpPercap_2002 241.165877
41
42
gdpPercap_2007 277.551859
42
43
dtype: float64
43
- data/gapminder_gdp_asia.csv gdpPercap_1952 331
44
+ data/gapminder_gdp_asia.csv
45
+ gdpPercap_1952 331
44
46
gdpPercap_1957 350
45
47
gdpPercap_1962 388
46
48
gdpPercap_1967 349
Original file line number Diff line number Diff line change 17
17
"episodes/11-lists.md" "ff1bb5ec301422cf8a4cad6c6429bf4f" "site/built/11-lists.md" "2023-05-02"
18
18
"episodes/12-for-loops.md" "1da6e4e57a25f8d4fd64802c2eb682c4" "site/built/12-for-loops.md" "2023-05-02"
19
19
"episodes/13-conditionals.md" "fe461994d104541f60dc8e37822b487c" "site/built/13-conditionals.md" "2023-05-02"
20
- "episodes/14-looping-data-sets.md" "e04f11544d1e5f3ca08ddcf22230a3a3 " "site/built/14-looping-data-sets.md" "2023-05-02 "
20
+ "episodes/14-looping-data-sets.md" "906ff0cf1e420434dbe9c31a059fc57b " "site/built/14-looping-data-sets.md" "2023-05-19 "
21
21
"episodes/15-coffee.md" "062bae79eb17ee57f183b21658a8d813" "site/built/15-coffee.md" "2023-05-02"
22
22
"episodes/16-writing-functions.md" "8433fd7580dad3d6f5e12c68b50e5686" "site/built/16-writing-functions.md" "2023-05-02"
23
23
"episodes/17-scope.md" "8109afb18f278a482083d867ad80da6e" "site/built/17-scope.md" "2023-05-02"
You can’t perform that action at this time.
0 commit comments