Skip to content

Commit 4a5da4b

Browse files
authored
Fixes #numpygh-223 color palette update as per #numpygh-33 in infographics for … (numpy#224)
* Fixes #numpygh-223 color palette update as per #numpygh-33 in infographics for data science ecosystem tab * reduced image file size, link to enable full size image view of landscape
1 parent 96005ed commit 4a5da4b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

layouts/partials/data-science.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<li class="data-science">
33
<div class="grid-container">
44
<div>
5+
<a href="images/content_images/ds-landscape.png" target="_blank">
56
<img src="images/content_images/ds-landscape.png" alt="Diagram of Python Libraries. The five catagories are 'Extract, Transform, Load', 'Data Exploration', 'Data Modeling', 'Data Evaluation' and 'Data Presentation'." align="left">
7+
</a>
68
</div>
79
<div>
810
<p>
@@ -22,15 +24,15 @@
2224
</p>
2325
</div>
2426
</div>
27+
<p>
28+
Python has a rich ecosystem of libraries that enable Data Science
29+
workflows. <b> NumPy</b> is the foundation of almost all of these tools
30+
such as Pandas, Seaborn, Beautiful Soup and several others.
31+
</p>
2532
<div class="grid-container">
2633
<div>
2734
<p>
28-
Python has a rich ecosystem of libraries that enable Data Science workflows
29-
. <b> NumPy</b> is the foundation of almost all of these tools.
30-
<a href="https://pandas.pydata.org">
31-
</p>
32-
<p>
33-
<a href="https://pandas.pydata.org">Pandas</a>helps in data discovery and handling,
35+
<a href="https://pandas.pydata.org">Pandas </a>helps in data discovery and handling,
3436
<a href="https://intake.readthedocs.io/en/latest/"> Intake</a> helps with
3537
data access and distribution, while
3638
<a href="https://www.crummy.com/software/BeautifulSoup/">Beautiful Soup</a>
55.3 KB
Loading
-55.8 KB
Loading

0 commit comments

Comments
 (0)