# Week 3 - Versioning with Git and Data Preparation (Part 1)

### This week we will...

cover the following topics:

* Talk about the tasks from last week
* Statistical Significance
* Introduction to Version Control with Git
* Introduction to Data Preparation

### Learning Resources

{% file src="/files/2HxS45sfTI5Uu8ZRPFKc" %}

### Until next week you should...

* [x] Complete [this course](https://campus.datacamp.com/courses/joining-data-with-pandas/) on DataCamp about merging DataFrames.
* [x] Watch [this video](https://www.youtube.com/watch?v=7fIP5aM6hyc) (33 minutes) on Git in VS Code.
* [x] For an introduction to the possibilities of regular expressions, check out this  [this](https://youtu.be/DRR9fOXkfRE) 11-minute video.<br>
* [x] Watch [this video](https://vimeo.com/944374865?share=copy) (3 minutes) and designate a person in the team who will create a team repository as shown there.
* [x] Watch [this video](https://vimeo.com/944377598?share=copy) (2 minutes) to create a GitHub Codespace based on your team repository.<br>
* [x] Import the data from umsatzdaten\_gekuerzt.csv, kiwo.csv, and wetter.csv and merge them into a single Pandas DataFrame.
* [x] Meet with your team and assign responsibilities for creating descriptive statistics and visualizations for specific variables.
* [x] Create descriptive statistics and visualizations for the respective variables.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-3-r-projekte-und-versionierung-mit-git-und-github.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
