Skip to content

Commit af32a77

Browse files
committed
add pandas resource and update changelog
1 parent f9b19f1 commit af32a77

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/pages/03-data/16-pandas.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ is a data structures and analysis library.
8787
uses Seattle bikeshare data as a source for wrangling, analysis and
8888
visualization.
8989

90+
* [Stylin' with pandas](https://pbpython.com/styling-pandas.html) shows how
91+
to add colors and sparklines to your output when using pandas for data
92+
visualization.
93+
9094
* [Python and JSON: Working with large datasets using Pandas](https://www.dataquest.io/blog/python-json-tutorial/)
9195
is a well-done detailed tutorial that shows how to mung and analyze
9296
JSON data.

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on GitHub.
1616

1717
## 2019
1818
### May
19+
* Added new [data visualization](/data-visualization.html),
20+
[web design](/web-design.html) and [pandas](/pandas.html) resources.
1921
* Updated the subnav with a link to
2022
[deploypython.com](https://www.deploypython.com/)
2123
and added a bunch of new resources across pages on the site.

0 commit comments

Comments
 (0)