# Five transformations

![Fünf häufige Operationen in der Datentransformation.](/files/xDlmHnDCrCaPge4mbR6v)

Die Abbildung oben visualisiert die fünf häufigsten Operationen bei der Datentransformation. Im Zentrum steht <mark style="background-color:yellow;">der Dataframe (oder Tibble) mit seinen Spalten und Zeilen</mark>. Wir lernen in diesem Abschnitt, wie wir die abgebildeten Operationen auf den Spalten und Zeilen eines Dateframe mit dem `dplyr` Paket umsetzen können.

Das folgende Video ist eine Aufzeichnung aus der Vorlesung im WS 2021/22, in der die Abbildung erläutert wird:

{% embed url="<https://youtu.be/3fT93Z5jZfY>" %}
Die 5 Operationen bei der Datentransformation mit dplyr.
{% endembed %}


---

# 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://analytics.datalit.de/data-transformation-with-r/five-transformations.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.
