From f943b72078eca59c261f9c90b7931dd0e9be1413 Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Wed, 30 Aug 2023 15:12:04 +0200 Subject: [PATCH] Update to 2023 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7e1b988..46f08fb 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@ <h1>Data Analysis and Plotting in Python with Pandas</h1> <h2>FZJ/JSC Training Course</h2> <div clsas="sidenote"> - <p>Wednesday, 12 May 2022, 9:00 - 13:00, <strong>online</strong></p> + <p>Monday, 4 September 2023, 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> -- GitLab