Skip to content

Commit f8ae18c

Browse files
Merge pull request #194 from coding-for-reproducible-research/numpy_data_download_button
add second download button for numpy course
2 parents 7843455 + 5ee0335 commit f8ae18c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

individual_modules/python_for_data_analysis/Python_NumPy.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,9 +1205,12 @@
12051205
"source": [
12061206
"### Exercise 3 - Performing Analysis \n",
12071207
"Given the dataset loaded into the `input_data` below, answer the following five questions, some of which may require engaging with the NumPy documentation. \n",
1208-
"- What is theaverage values of the elements in the array?\n",
1208+
"- What is the average values of the elements in the array?\n",
12091209
"- How many unique numbers are there in the array?\n",
1210-
"- What is the standard deviation of the array values?"
1210+
"- What is the standard deviation of the array values?\n",
1211+
"\n",
1212+
"#### Download Files\n",
1213+
"[Click Here to Download Data File to Local Space](data/exercise_3_array.npy)"
12111214
]
12121215
},
12131216
{

0 commit comments

Comments
 (0)