Repo meant for university course MT4007 - HT24 at Stockholm University.
Week 1: Installed essential tools (Git/GitHub, MiniConda, Jupyter, VS Code) and learned key Git concepts: forking (detached copy), cloning (connected copy), and branching (separate versions). Analysis correctness requires accurate, reproducible outputs.
Week 2: Introduced to dataframes for organizing and manipulating tabular data through operations like sorting, selecting, filtering, mutating, and grouping. Visualization emphasizes using plots effectively to interpret data, choosing appropriate visual types (e.g., line charts, bar plots) based on the analysis goal.
Week 3: