Loading...
cover the following topics:
VSCode and GitHub Code Spaces
AI-assisted programming
Representation of different data structures
Reading data from external sources
Chart and scale types
Optional
work through introduction to working with Pandas (only Lesson 1).
watch video on importing data as a Pandas DataFrame (18 minutes).
work through introduction to creating visualizations with Matplotlib (only Lesson 1).
create a GitHub Codespace and save the files 'kiwo.csv', 'umsatzdaten_gekuerzt.csv', and 'wetter.csv' from this GitHub repository:
create a Jupyter notebook that
reads the dataset 'umsatzdaten_gekuerzt.csv' and
uses a bar chart to show the relationship of average sales per weekday.
in a second step, add confidence intervals for the sales per weekday.
in a further step, sort the weekdays from Monday to Sunday.