Skip to content

Commit f8ce733

Browse files
committed
Make headers of notebooks consistent
1 parent 98b9690 commit f8ce733

20 files changed

+156
-148
lines changed

_solved/case1_bike_count.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"source": [
1010
"<p><font size=\"6\"><b> CASE - Bike count data</b></font></p>\n",
1111
"\n",
12-
"\n",
1312
"> *DS Data manipulation, analysis and visualization in Python* \n",
1413
"> *May/June, 2021*\n",
1514
">\n",

_solved/case2_observations_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"> *DS Data manipulation, analysis and visualization in Python* \n",
1010
"> *May/June, 2021*\n",
11-
"\n",
11+
">\n",
1212
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1313
"\n",
1414
"---"

_solved/case2_observations_processing.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
"source": [
77
"<p><font size=\"6\"><b> CASE - Observation data - data cleaning and enrichment</b></font></p>\n",
88
"\n",
9-
"\n",
109
"> *DS Data manipulation, analysis and visualization in Python* \n",
1110
"> *May/June, 2021*\n",
12-
"\n",
11+
">\n",
1312
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1413
"\n",
1514
"---"

_solved/case3_bacterial_resistance_lab_experiment.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"source": [
1010
"<p><font size=\"6\"><b>CASE - Bacterial resistance experiment</b></font></p>\n",
1111
"\n",
12-
"\n",
1312
"> *DS Data manipulation, analysis and visualization in Python* \n",
1413
"> *May/June, 2021*\n",
1514
">\n",

_solved/case4_air_quality_analysis.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<p><font size=\"6\"><b> Case study: air quality data of European monitoring stations (AirBase)</b></font></p><br>\n",
7+
"<p><font size=\"6\"><b> CASE - air quality data of European monitoring stations (AirBase)</b></font></p>\n",
88
"\n",
9-
"> *DS Data manipulation, analysis and visualisation in Python* \n",
10-
"> *December, 2018*\n",
11-
"\n",
12-
"> *© 2016, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
9+
"> *DS Data manipulation, analysis and visualization in Python* \n",
10+
"> *May/June, 2021*\n",
11+
">\n",
12+
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1313
"\n",
1414
"---"
1515
]

_solved/case4_air_quality_processing.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<p><font size=\"6\"><b> Case study: air quality data of European monitoring stations (AirBase)</b></font></p><br>\n",
7+
"<p><font size=\"6\"><b> CASE - air quality data of European monitoring stations (AirBase)</b></font></p>\n",
88
"\n",
9-
"> *DS Data manipulation, analysis and visualisation in Python* \n",
10-
"> *December, 2019*\n",
11-
"\n",
12-
"> *© 2016, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
9+
"> *DS Data manipulation, analysis and visualization in Python* \n",
10+
"> *May/June, 2021*\n",
11+
">\n",
12+
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1313
"\n",
1414
"---"
1515
]

_solved/pandas_01_data_structures.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
"source": [
88
"<p><font size=\"6\"><b>01 - Pandas: Data Structures </b></font></p>\n",
99
"\n",
10-
"\n",
11-
"> *Data wrangling in Python* \n",
12-
"> *November, 2020*\n",
10+
"> *DS Data manipulation, analysis and visualization in Python* \n",
11+
"> *May/June, 2021*\n",
1312
">\n",
14-
"> *© 2020, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
13+
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1514
"\n",
1615
"---"
1716
]

_solved/pandas_02_basic_operations.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
"source": [
88
"<p><font size=\"6\"><b> 02 - Pandas: Basic operations on Series and DataFrames</b></font></p>\n",
99
"\n",
10-
"\n",
11-
"> *Data wrangling in Python* \n",
12-
"> *November, 2020*\n",
10+
"> *DS Data manipulation, analysis and visualization in Python* \n",
11+
"> *May/June, 2021*\n",
1312
">\n",
14-
"> *© 2020, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
13+
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1514
"\n",
1615
"---"
1716
]

_solved/pandas_03a_selecting_data.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
"source": [
88
"<p><font size=\"6\"><b>03 - Pandas: Indexing and selecting data - part I</b></font></p>\n",
99
"\n",
10-
"\n",
11-
"> *Data wrangling in Python* \n",
12-
"> *November, 2020*\n",
10+
"> *DS Data manipulation, analysis and visualization in Python* \n",
11+
"> *May/June, 2021*\n",
1312
">\n",
14-
"> *© 2020, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
13+
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1514
"\n",
1615
"---"
1716
]

_solved/pandas_03b_indexing.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
"source": [
88
"<p><font size=\"6\"><b>03 - Pandas: Indexing and selecting data - part II</b></font></p>\n",
99
"\n",
10-
"\n",
11-
"> *Data wrangling in Python* \n",
12-
"> *November, 2020*\n",
10+
"> *DS Data manipulation, analysis and visualization in Python* \n",
11+
"> *May/June, 2021*\n",
1312
">\n",
14-
"> *© 2020, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
13+
"> *© 2021, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1514
"\n",
1615
"---"
1716
]

0 commit comments

Comments
 (0)