|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 |
| -<head><meta charset="utf-8" /> |
| 3 | +<head><!-- Google tag (gtag.js) --> |
| 4 | +<script |
| 5 | + async |
| 6 | + src="https://www.googletagmanager.com/gtag/js?id=G-25389D1SR4"></script> |
| 7 | +<script> |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag() { |
| 10 | + dataLayer.push(arguments); |
| 11 | + } |
| 12 | + gtag("js", new Date()); |
| 13 | + |
| 14 | + gtag("config", "G-25389D1SR4"); |
| 15 | +</script> |
| 16 | +<meta charset="utf-8" /> |
4 | 17 | <meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
5 | 18 |
|
6 | 19 | <meta name="apple-mobile-web-app-capable" content="yes" />
|
7 | 20 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
8 | 21 |
|
9 |
| -<title>Introduction to Data Analysis Using Pandas workshop slides – Stefanie Molin</title> |
10 |
| -<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico"> |
11 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> |
12 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> |
| 22 | +<meta name="theme-color" content="#000" /> |
| 23 | +<meta name="twitter:card" content="summary_large_image" /> |
| 24 | +<meta name="twitter:site" content="@StefanieMolin" /> |
| 25 | +<meta name="twitter:creator" content="@StefanieMolin" /> |
| 26 | +<meta property="og:type" content="website" /> |
| 27 | +<meta property="og:locale" content="en_US" /> |
| 28 | +<meta property="og:site_name" content="Stefanie Molin" /> |
| 29 | +<meta name="author" content="Stefanie Molin" /> |
| 30 | +<meta name="referrer" content="origin" /> |
| 31 | +<meta |
| 32 | + name="keywords" |
| 33 | + content="technology, workshop, data visualization, Python, data science, slides" /> |
| 34 | +<link rel="manifest" href="/favicon/site.webmanifest" /> |
| 35 | +<meta |
| 36 | + property="og:url" |
| 37 | + content="https://stefaniemolin.com/pandas-workshop/" /> |
| 38 | +<meta name="robots" content="index,follow" /> |
| 39 | +<meta |
| 40 | + name="description" |
| 41 | + content="Working with data can be challenging: it often doesn't come in the best format for analysis, and understanding it well enough to extract insights requires both time and the skills to filter, aggregate, reshape, and visualize it. This session will equip you with the knowledge you need to effectively use pandas - a powerful library for data analysis in Python - to make this process easier." /> |
| 42 | +<meta |
| 43 | + property="og:title" |
| 44 | + content="Introduction to Data Analysis Using Pandas workshop slides | Stefanie Molin" /> |
| 45 | +<meta |
| 46 | + property="og:description" |
| 47 | + content="Working with data can be challenging: it often doesn't come in the best format for analysis, and understanding it well enough to extract insights requires both time and the skills to filter, aggregate, reshape, and visualize it. This session will equip you with the knowledge you need to effectively use pandas - a powerful library for data analysis in Python - to make this process easier." /> |
| 48 | +<meta |
| 49 | + property="og:image" |
| 50 | + content="https://ogcdn.net/e4b8c678-7bd5-445d-ba03-bfaad510c686/v3/stefaniemolin.com/Introduction%20to%20Data%20Analysis%20Using%20Pandas%20workshop%20slides/https%3A%2F%2Fhips.hearstapps.com%2Felleuk.cdnds.net%2F16%2F36%2F3200x1599%2Fgallery-1473083573-pandas.jpg/og.png" /> |
| 51 | +<meta |
| 52 | + property="og:image:alt" |
| 53 | + content="Introduction to Data Analysis Using Pandas workshop slides" /> |
| 54 | +<meta property="og:image:width" content="3200" /> |
| 55 | +<meta property="og:image:height" content="1599" /> |
| 56 | + |
| 57 | +<title>Introduction to Data Analysis Using Pandas workshop slides | Stefanie Molin</title> |
| 58 | +<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico"><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> |
13 | 59 |
|
14 | 60 | <!-- General and theme style sheets -->
|
15 | 61 | <link rel="stylesheet" href="https://unpkg.com/reveal.js@4.0.2/dist/reveal.css">
|
@@ -45191,32 +45237,32 @@ <h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">¶</
|
45191 | 45237 | <div style="text-align: center; flex-basis: auto; flex-shrink: 2;">
|
45192 | 45238 | <img class="qr-code" width="20%" src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png">
|
45193 | 45239 | </div>
|
45194 |
| - <div style="flex-basis: 45em; flex-grow: 2; font-size: 80%;"> |
45195 |
| - <div style="display: flex; justify-content: flex-start; align-items: center;"> |
45196 |
| - <i class="fa fa-globe fa-2x fa-fw" style="padding-right: 4px"></i> |
45197 |
| - <a href="https://stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;"> |
45198 |
| - stefaniemolin.com |
45199 |
| - </a> |
45200 |
| - </div> |
45201 |
| - <div style="display: flex; justify-content: flex-start; align-items: center;"> |
45202 |
| - <i class="fab fa-github fa-2x fa-fw" style="padding-right: 4px"></i> |
45203 |
| - <a href="https://github.com/stefmolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank"> |
45204 |
| - github.com/stefmolin |
45205 |
| - </a> |
45206 |
| - </div> |
45207 |
| - <div style="display: flex; justify-content: flex-start; align-items: center;"> |
45208 |
| - <i class="fab fa-twitter fa-2x fa-fw" style="padding-right: 4px"></i> |
45209 |
| - <a href="https://twitter.com/StefanieMolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank"> |
45210 |
| - twitter.com/StefanieMolin |
45211 |
| - </a> |
45212 |
| - </div> |
| 45240 | + <div style="flex-basis: 45em; flex-grow: 2; font-size: 80%;"> |
45213 | 45241 | <div style="display: flex; justify-content: flex-start; align-items: center;">
|
45214 |
| - <i class="fab fa-linkedin-in fa-2x fa-fw" style="padding-right: 4px"></i> |
45215 |
| - <a href="https://linkedin.com/in/stefanie-molin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank"> |
45216 |
| - linkedin.com/in/stefanie-molin |
| 45242 | + <i class="fa fa-globe fa-2x fa-fw" style="padding-right: 4px"></i> |
| 45243 | + <a href="https://stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;"> |
| 45244 | + stefaniemolin.com |
45217 | 45245 | </a>
|
45218 | 45246 | </div>
|
| 45247 | + <div style="display: flex; justify-content: flex-start; align-items: center;"> |
| 45248 | + <i class="fab fa-github fa-2x fa-fw" style="padding-right: 4px"></i> |
| 45249 | + <a href="https://github.com/stefmolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank"> |
| 45250 | + github.com/stefmolin |
| 45251 | + </a> |
45219 | 45252 | </div>
|
| 45253 | + <div style="display: flex; justify-content: flex-start; align-items: center;"> |
| 45254 | + <i class="fab fa-twitter fa-2x fa-fw" style="padding-right: 4px"></i> |
| 45255 | + <a href="https://twitter.com/StefanieMolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank"> |
| 45256 | + twitter.com/StefanieMolin |
| 45257 | + </a> |
| 45258 | + </div> |
| 45259 | + <div style="display: flex; justify-content: flex-start; align-items: center;"> |
| 45260 | + <i class="fab fa-linkedin-in fa-2x fa-fw" style="padding-right: 4px"></i> |
| 45261 | + <a href="https://linkedin.com/in/stefanie-molin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank"> |
| 45262 | + linkedin.com/in/stefanie-molin |
| 45263 | + </a> |
| 45264 | + </div> |
| 45265 | +</div> |
45220 | 45266 | </div>
|
45221 | 45267 |
|
45222 | 45268 | </div>
|
|
0 commit comments