Skip to content

Commit cf28f3a

Browse files
committed
conda install statement comment
1 parent bada2ff commit cf28f3a

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

4_Problems/2_09_Pandas Exporting Data.ipynb

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"id": "a69496cd",
6060
"metadata": {},
6161
"source": [
62-
"## 🟨 Export to Excel (2.9.2)"
62+
"## 🟨 Filter and Export to CSV (2.9.2)"
6363
]
6464
},
6565
{
@@ -83,7 +83,18 @@
8383
"id": "12f0ff69",
8484
"metadata": {},
8585
"source": [
86-
"## 🟥 Filter and Export to CSV (2.9.3)"
86+
"## 🟥 Export to Excel (2.9.3)"
87+
]
88+
},
89+
{
90+
"cell_type": "code",
91+
"execution_count": 2,
92+
"id": "d9b12a90",
93+
"metadata": {},
94+
"outputs": [],
95+
"source": [
96+
"# Run the following in your terminal to install the library to export to Excel\n",
97+
"# conda install openpyxl"
8798
]
8899
},
89100
{
@@ -104,8 +115,22 @@
104115
}
105116
],
106117
"metadata": {
118+
"kernelspec": {
119+
"display_name": "python_course",
120+
"language": "python",
121+
"name": "python3"
122+
},
107123
"language_info": {
108-
"name": "python"
124+
"codemirror_mode": {
125+
"name": "ipython",
126+
"version": 3
127+
},
128+
"file_extension": ".py",
129+
"mimetype": "text/x-python",
130+
"name": "python",
131+
"nbconvert_exporter": "python",
132+
"pygments_lexer": "ipython3",
133+
"version": "3.11.9"
109134
}
110135
},
111136
"nbformat": 4,

0 commit comments

Comments
 (0)