Skip to content

Commit 2b53690

Browse files
authored
Merge pull request #14 from PracticumAI/dan_update
Added a note about graphing library options.
2 parents 08e7760 + b7adb38 commit 2b53690

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

04.2_data_wrangling.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@
122122
"source": [
123123
"## 2. Visualizing data with Pandas\n",
124124
"\n",
125-
"Pandas has a number of built in visualization functions"
125+
"Pandas has a number of built in visualization functions\n",
126+
"\n",
127+
"<div style=\"padding: 10px;margin-bottom: 20px;border: thin solid #30335D;border-left-width: 10px;background-color: #fff\"><strong>Note:</strong> Matplotlib is but one Python plotting option. If you are already familiar with ggplot and the grammar of graphics, the plotnine library is the Python equivalent of this popular R package. Seaborn is also a great Python graphing library.</div>"
126128
]
127129
},
128130
{

0 commit comments

Comments
 (0)