Skip to content
Snippets Groups Projects
Commit 69c52142 authored by Carolin Penke's avatar Carolin Penke
Browse files

pdf tba

parent 81c7838d
Branches
No related tags found
No related merge requests found
Pipeline #226619 passed
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="author" content="Andreas Herten a.herten@fz-juelich.de" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>JSC Pandas Course</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐼</text></svg>">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<style type="text/css">
body {
font-family: 'PT Serif', Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
line-height: 1.33;
padding: 1em;
margin: auto;
max-width: 600px;
}
p.author {
display: inline;
}
p.author:after {
content: ",";
}
.note {
background-color: #FFF9C4;
border-left: 3px solid #FFEB3B;
padding-left: 3px;
}
.git-hash {
display: block;
font-size: smaller;
color: gray;
text-align: center;
margin-top: 2em;
font-style: italic;
}
.git-hash abbr {
font-family: monospace;
}
@media print {
.no-print, .no-print * {
display: none !important;
}
}
header, section#main {
margin-bottom: 6ex;
}
section#main h1 {
font-size: 1.2em;
font-style: italic;
}
code {
background-color: #EEEEEE;
padding: 3px;
}
.sidenote {
font-size: smaller;
}
.inactive {
text-decoration: line-through;
}
.active {
text-decoration: underline dashed 1.5px;
}
</style>
</head>
<body>
<header>
<h1>Data Analysis and Plotting in Python with Pandas</h1>
<h2>FZJ/JSC Training Course</h2>
<div clsas="sidenote">
<p>Wednesday, 23 October 2024, 9:00 - 13:00, <strong>online</strong></p>
<p>Pandas solves the full stack of data analysis in Python; reading-in of data, mangling and manipulation, analysis, and visualization (and much more, actually). It builds up on established Python packages and can be used interchangeably with them (like Numpy, matplotlib); it fits perfectly into the Jupyter Notebooks workflow of modern-day data analysis. 🐼</p>
<p>Setup: Lecture/hands-on sessions with prepared Jupyter Notebooks</p>
</div>
</header>
<section id="main">
<h1>Tutorial Material</h1>
<ul>
<li>Task bundle (Notebooks, data): <a href="pandas-tutorial-tasks.tar.gz"><code>.tar.gz</code></a>, <a href="pandas-tutorial-tasks.zip"><code>.zip</code></a>
<ul>
<li><a href="Introduction-to-Pandas--tasks.ipynb">Tasks Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--tasks.ipynb">nbviewer</a>)</li>
<li><a href="Introduction-to-Pandas--solution.ipynb">Solutions Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--solution.ipynb">nbviewer</a>)</li>
</ul>
</li>
<li>Slides
<ul>
<!-- <li><a href="Introduction-to-Pandas--slides.pdf">PDF</a> (exported from HTML presentation; imperfect)</li> -->
<li>PDF to be added (exported from HTML presentation; imperfect)</li> -->
<li><a href="Introduction-to-Pandas--slides.ipynb">Jupyter Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--slides.ipynb">nbviewer</a>)</li>
<li>HTML presentation bundle: <a href="pandas-tutorial-slides-bundle.tar.gz"><code>.tar.gz</code></a>, <a href="pandas-tutorial-slides-bundle.zip"><code>.zip</code></a></li>
</ul>
</li>
</ul>
</section>
<footer>
<a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a>, <a href="mailto:c.penke@fz-juelich.de">Carolin Penke (2024)</a>
<span class="git-hash">Generated from <a href="https://gitlab.version.fz-juelich.de/penke3/jsc-pandas-introduction">main repository</a> with Git hashs <abbr title="Git hash of main repository">REPO_HASH</abbr> and <abbr title="Git hash of this page's branch">PAGES_HASH</abbr></span>
</footer>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment