Skip to content

Commit 48183ec

Browse files
authored
Merge pull request #20 from stefmolin/replace-broken-image
Replace section 3 intro image.
2 parents ef0b59a + f9e51c2 commit 48183ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

slides/3-data_visualization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"The human brain excels at finding patterns in visual representations of the data; so in this section, we will learn how to visualize data using pandas along with the Matplotlib and Seaborn libraries for additional features. We will create a variety of visualizations that will help us better understand our data.\n",
3535
"\n",
3636
"<div style=\"text-align: center;\">\n",
37-
"<img width=\"30%\" src=\"https://data.whicdn.com/images/186942641/original.jpg\" alt=\"Panda hug\" style=\"min-width: 300px\"/>\n",
38-
"<div><small><em>Clockwise from top left: Matplotlib, Seaborn, and pandas. (<a href=\"https://weheartit.com/entry/186942641\">source</a>)</em></small></div>\n",
37+
"<img width=\"30%\" src=\"https://images.unsplash.com/photo-1638898407927-79801f46960b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80\" alt=\"Peek-a-boo! by Bobby Mc Leod on Unsplash\" style=\"min-width: 300px\"/>\n",
38+
"<div><small><em><a href=\"https://unsplash.com/photos/XmnfnuqPNMY\">Source</a></em></small></div>\n",
3939
"</div>"
4040
]
4141
},

slides/html/workshop.slides.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27475,8 +27475,8 @@ <h2 id="Section-2-Complete-%F0%9F%8E%89">Section 2 Complete &#127881;<a class="a
2747527475
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput celltag_id_section-3" data-mime-type="text/markdown">
2747627476
<h1 id="Section-3:-Data-Visualization">Section 3: Data Visualization<a class="anchor-link" href="#Section-3:-Data-Visualization">&#182;</a></h1><p>The human brain excels at finding patterns in visual representations of the data; so in this section, we will learn how to visualize data using pandas along with the Matplotlib and Seaborn libraries for additional features. We will create a variety of visualizations that will help us better understand our data.</p>
2747727477
<div style="text-align: center;">
27478-
<img width="30%" src="https://data.whicdn.com/images/186942641/original.jpg" alt="Panda hug" style="min-width: 300px"/>
27479-
<div><small><em>Clockwise from top left: Matplotlib, Seaborn, and pandas. (<a href="https://weheartit.com/entry/186942641">source</a>)</em></small></div>
27478+
<img width="30%" src="https://images.unsplash.com/photo-1638898407927-79801f46960b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Peek-a-boo! by Bobby Mc Leod on Unsplash" style="min-width: 300px"/>
27479+
<div><small><em><a href="https://unsplash.com/photos/XmnfnuqPNMY">Source</a></em></small></div>
2748027480
</div>
2748127481

2748227482
</div>

0 commit comments

Comments
 (0)