Skip to content

Commit 18ed42b

Browse files
Merge pull request #195 from coding-for-reproducible-research/numpy_data_download_button
add data download button for pandas
2 parents f8ae18c + 6eedfec commit 18ed42b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

individual_modules/python_for_data_analysis/Python_Pandas.ipynb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
},
112112
{
113113
"cell_type": "markdown",
114-
"id": "2abde112-2a9f-40ad-a915-2ff3731e52c3",
114+
"id": "14cfed72-6515-4f37-83fc-cb61356036b3",
115115
"metadata": {},
116116
"source": [
117117
"### Reading in Data\n",
@@ -120,7 +120,16 @@
120120
"* Depending on the data that you want to read in you will need a different function. \n",
121121
"* All of the functions that Pandas offers are available via the documentation online.\n",
122122
"* What is documentation?\n",
123-
" * Documentation in the context of Python packages refers to the collection of descriptive and explanatory materials accompanying the package. This documentation is essential for understanding the package's functionality, how to use it effectively, and its various features and limitations.\n"
123+
" * Documentation in the context of Python packages refers to the collection of descriptive and explanatory materials accompanying the package. This documentation is essential for understanding the package's functionality, how to use it effectively, and its various features and limitations."
124+
]
125+
},
126+
{
127+
"cell_type": "markdown",
128+
"id": "12454c85-f52d-4585-a6f2-3c4df661e1ab",
129+
"metadata": {},
130+
"source": [
131+
"#### Download Files\n",
132+
"[Click Here to Download Data File to Local Space](data/LEED_air_pollution_monitoring_station.csv)"
124133
]
125134
},
126135
{
@@ -1191,7 +1200,8 @@
11911200
"slide_type": ""
11921201
},
11931202
"tags": [
1194-
"hide-input"
1203+
"hide-input",
1204+
"remove-input"
11951205
]
11961206
},
11971207
"outputs": [],

0 commit comments

Comments
 (0)