Last updated 2 months ago
Was this helpful?
get an introduction to the following topics:
What is data science?
R vs. Python vs. SPSS vs. ...
Jupyter Notebooks
Optional: Register for GitHub Copilot as described . As a student or teacher, you get free access to GitHub Copilot Pro following the instructions given .
watch on working with strings (16 minutes)
watch on working with numbers (“Numbers” and “Working With Numbers”; 5 minutes)
watch the first four chapters of on functions (12 minutes)
watch on working with lists in Python (18 minutes)
watch on setting up VS Code, specifically for Python and Data Science
do the followings tasks:
Import the dataset "umsatzdaten_gekuerzt.csv", which you can download via the following link:
Calculate the overall average temperature.
Calculate the average temperature for the month of July.
Compare whether the months of July and May differ significantly in their average temperature.
Remember that you can use Claude or ChatGPT for support at any time. Especially with relatively simple tasks, you can learn well how to solve assignments that you have never done before.