You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/03-data/18-data-visualization.markdown
+47-17Lines changed: 47 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,53 @@ Data visualizations transform raw numbers into graphic formats that make it
12
12
easier for humans to see patterns, trends and other useful information.
13
13
14
14
15
+
### Python-specific data viz resources
16
+
* The [Python Graph Gallery](https://python-graph-gallery.com/) has a slew
17
+
of visualizations created with Python and includes the code used to
18
+
produced each one.
19
+
20
+
*[10 Useful Python Data Visualization Libraries for Any Discipline](https://blog.modeanalytics.com/python-data-visualization-libraries/)
21
+
is a straightforward overview of Python packages that create Python
22
+
visualizations.
23
+
24
+
*[Introduction to Data Visualization with Altair](http://pbpython.com/altair-intro.html)
25
+
is a starter post for the wonderful
26
+
[Altair](https://altair-viz.github.io/) visualization tool written in
27
+
Python.
28
+
29
+
*[A Dramatic Tour through Python’s Data Visualization Landscape](https://dsaber.com/2016/10/02/a-dramatic-tour-through-pythons-data-visualization-landscape-including-ggplot-and-altair/)
30
+
provides examples with the ggplot and Altair libraries. The
31
+
question-and-answer format for what you can do with the data is a really
32
+
good model that keeps your attention throughout the post.
33
+
34
+
35
+
### Beautiful example visualizations
36
+
Sometimes you need inspiration from other sources to figure out what
37
+
you want to build. The following links have made me excited about data
38
+
visualization and gave me ideas for what to build.
39
+
40
+
*[Roads to Rome](http://roadstorome.moovellab.com/) is a beautiful
41
+
visualization showing the data behind the expression "all roads lead
42
+
to Rome" and whether or not there is a "Rome" central city in every
43
+
country.
44
+
45
+
*[Star Wars: The Force Accounted](https://www.bloomberg.com/graphics/2015-star-wars-the-force-accounted/)
46
+
is Bloomberg's way of breaking down on-screen action between light
47
+
and dark sides, the main characters, various bits about the Force
48
+
and other data extracted from the movies.
49
+
50
+
*[Big League Graphs](https://bigleaguegraphs.com/) presents a bunch of
51
+
creative ways to view data for sports such as basketball, baseball and
52
+
hockey.
53
+
54
+
*[Bay Area Housing Marketing Analysis: Part 1](https://blog.checkyo.tech/2018/08/06/bay-area-housing-market-analysis/)
0 commit comments