|
5 | 5 | This work is licensed under a |
6 | 6 | [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. |
7 | 7 |
|
| 8 | +## Help support this project 📈 |
| 9 | + |
| 10 | +[](https://github.com/sponsors/stefmolin) |
| 11 | +[ |
| 12 | +](https://www.buymeacoffee.com/stefanie.molin) |
| 13 | +[](https://ko-fi.com/stefaniemolin) |
| 14 | + |
| 15 | +Since November 2021, I have dedicated **170+ hours of my personal time** to creating and maintaining this free and open-source workshop. If you can, please consider helping support this project by [sponsoring me on GitHub](https://github.com/sponsors/stefmolin), [buying me a coffee](https://www.buymeacoffee.com/stefanie.molin), or [supporting me on Ko-Fi](https://ko-fi.com/stefaniemolin). |
| 16 | + |
8 | 17 | ## Abstract |
9 | 18 |
|
10 | 19 | The human brain excels at finding patterns in visual representations, which is why data visualizations are essential to any analysis. Done right, they bridge the gap between those analyzing the data and those consuming the analysis. However, learning to create impactful, aesthetically-pleasing visualizations can often be challenging. This session will equip you with the skills to make customized visualizations for your data using Python. |
@@ -41,7 +50,8 @@ Pick the installation option that makes sense for you: |
41 | 50 | - [Cloud Service](#cloud-options) |
42 | 51 |
|
43 | 52 | ### Local Installation |
44 | | -**Warning**: It is highly recommended that you use your personal laptop for the installation. |
| 53 | +> [!WARNING] |
| 54 | +> It is highly recommended that you use your personal laptop for the installation. |
45 | 55 |
|
46 | 56 | 1. Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), if not already installed on your computer. |
47 | 57 |
|
@@ -170,11 +180,15 @@ Depending on server availability, you can use [this](https://mybinder.org/v2/gh/ |
170 | 180 | --- |
171 | 181 |
|
172 | 182 | ## About the Author |
173 | | -Stefanie Molin ([@stefmolin](https://github.com/stefmolin)) is a software engineer and data scientist at Bloomberg in New York City, where she tackles tough problems in information security, particularly those revolving around data wrangling/visualization, building tools for gathering data, and knowledge sharing. She is also the author of [Hands-On Data Analysis with Pandas](https://www.amazon.com/dp/1800563450/), which is currently in its second edition and has been translated into Korean. She holds a bachelor’s of science degree in operations research from Columbia University's Fu Foundation School of Engineering and Applied Science, as well as a master’s degree in computer science, with a specialization in machine learning, from Georgia Tech. In her free time, she enjoys traveling the world, inventing new recipes, and learning new languages spoken among both people and computers. |
| 183 | +[](https://github.com/sponsors/stefmolin) |
| 184 | +[ |
| 185 | +](https://www.buymeacoffee.com/stefanie.molin) |
| 186 | +[](https://ko-fi.com/stefaniemolin) |
174 | 187 |
|
| 188 | +Stefanie Molin ([@stefmolin](https://github.com/stefmolin)) is a software engineer and data scientist at Bloomberg in New York City, where she tackles tough problems in information security, particularly those revolving around data wrangling/visualization, building tools for gathering data, and knowledge sharing. She is also the author of _[Hands-On Data Analysis with Pandas](https://www.amazon.com/dp/1800563450/)_, which is currently in its second edition and has been translated into Korean. She holds a bachelor’s of science degree in operations research from Columbia University's Fu Foundation School of Engineering and Applied Science, as well as a master’s degree in computer science, with a specialization in machine learning, from Georgia Tech. In her free time, she enjoys traveling the world, inventing new recipes, and learning new languages spoken among both people and computers. |
175 | 189 |
|
176 | 190 | ## Related Content |
177 | | -All examples herein were developed exclusively for this workshop. [Hands-On Data Analysis with Pandas](https://www.amazon.com/dp/1800563450/) contains additional examples and exercises, as does [this article](https://stefaniemolin.com/articles/data-science/how-to-pivot-and-plot-data-with-pandas/) and [this workshop](https://stefaniemolin.com/workshops/pandas-workshop/) on pandas. |
| 191 | +All examples herein were developed exclusively for this workshop. _[Hands-On Data Analysis with Pandas](https://www.amazon.com/dp/1800563450/)_ contains additional examples and exercises, as does [this article](https://stefaniemolin.com/articles/data-science/how-to-pivot-and-plot-data-with-pandas/) and [this workshop](https://stefaniemolin.com/workshops/pandas-workshop/) on pandas. |
178 | 192 |
|
179 | 193 | ## License |
180 | 194 |
|
|
0 commit comments