Select Git revision
build_all.sh
index.html 3.31 KiB
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<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" />
<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-footer {
font-size: smaller;
color: gray;
text-align: center;
margin-top: 2em;
font-style: italic;
}
.git-hash {
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;
}
</style>
</head>
<body>
<header>
<h1>Data Analysis and Plotting in Python with Pandas</h1>
<h2>FZJ/JSC Training Course</h2>
<div clsas="sidenote">
<p>Occasion 1: Thursday, 27 May 2021, 9:00 - 12:30, <strong>online</strong></p>
<p>Occasion 2: Wednesday, 2 June 2021, 9:00 - 12:30, <strong>online</strong></p>
<p>Pandas solves the full stack of data analysis in Python; reading-in of data, mangling and manipulation, analysis, and visualisation (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>
<p><strong>Video Conference</strong>: <a href="https://webconf.fz-juelich.de/b/and-dpz-oxw-rwc">webconf.fz-juelich.de/b/and-dpz-oxw-rwc</a></p>
</div>
</header>
<section id="main">
<h1>Tutorial Material</h1>
<emph>TBD</emph>
<!--
<ul>
<li><a href="pandas-tutorial-tasks.tar.gz">Task bundle</a> (Notebooks, data)</li>
<li>Slides
<ul>
<li><a href="Introduction-to-Pandas--slides.pdf">PDF</a> (exported from HTML presentation; imperfect)</li>
<li><a href="Introduction-to-Pandas--slides.ipynb">Jupyter Notebook</a></li>
<li><a href="pandas-tutorial-slides.tar.gz">HTML presentation bundle</a></li>
</ul>
</li>
</ul>
-->
</section>
<footer>
<a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a>
</footer>
</body>
</html>