Skip to content

Commit 4d906c6

Browse files
Update order of _toc.yml and add download button for data
1 parent 6d35789 commit 4d906c6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ parts:
139139
- file: individual_modules/python_for_data_analysis/Python_Matplotlib
140140
- file: individual_modules/python_for_data_analysis/Python_ScikitLearn
141141
- file: individual_modules/python_for_data_analysis/data-analysis-plotly
142-
- file: individual_modules/python_for_data_analysis/Python_Testing
143142
- file: individual_modules/python_for_data_analysis/data-analysis-task
143+
- file: individual_modules/python_for_data_analysis/Python_Testing
144144
- file: individual_modules/python_for_data_analysis/Python_Language_features
145145
- file: course_homepages/R
146146
sections:

individual_modules/python_for_data_analysis/data-analysis-task.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"\n",
1515
"This notebook is a longer exercise for students to complete in the third session of Python for Data Analysis. It has been designed to try to replicate the process of starting a new data analysis project.\n",
1616
"\n",
17-
"The data set used in this example is the `The Database of British and Irish Hills v18` and is freely available under a Creative Commons Attribution 4 License, at `https://www.hills-database.co.uk/downloads.html`. This data set contains grid reference information for peaks, hills, and cols in Britain."
17+
"The data set used in this example is the `The Database of British and Irish Hills v18` and is freely available under a Creative Commons Attribution 4 License, at `https://www.hills-database.co.uk/downloads.html`. This data set contains grid reference information for peaks, hills, and cols in Britain.\n",
18+
"\n",
19+
"## Download Data\n",
20+
"[Click Here to Download Data File to Local Space](data/DoBIH_v18.csv)"
1821
]
1922
},
2023
{

0 commit comments

Comments
 (0)