Fredo Erxleben
(Helmholtz-Zentrum Dresden-Rossendorf)
9/25/24, 10:00 AM
This day will have the following content:
- The Series Data Type: Learn about the fundamental data type used for labelled sequential data.
- Introduction to DataFrames: Get to know a more advanced data type to deal with multi-dimensional data.
- Accessing Data: Learn about multiple ways to access subsections of a Series or a DataFrame and singular elements in it.
-...
Fredo Erxleben
(Helmholtz-Zentrum Dresden-Rossendorf)
9/26/24, 10:00 AM
The following content awaits you:
- Introduction to Pyplot: Pyplot is a collection of shortcuts for common tasks. Learn how to use it to create basic plots.
- Multiple Plots: Learn how to create multiple plots and arrange them in a single figure.
- Object- oriented Style: Learn about an alternative approach to setting up plots.
- Matplotlib & Pandas: Learn how you can...
Fredo Erxleben
(Helmholtz-Zentrum Dresden-Rossendorf)
9/27/24, 10:00 AM
- Cleaning Data: The loaded data set still has quite a few inconsistencies, missing values and formatting peculiarities that need to be dealt with before it is ready for analysis.
- Analyzing Data: Analyze the now cleaned data set to extract new knowledge about the climatic conditions at the chosen location.