In this session, you will learn the basic grammar of data manipulation. This includes:
- How to do basic variable filtering, selection, and manipulation
- How to create various types of data summarization
- How to reshape (pivot) your data
- How to also apply these actions on grouped data
- How to join data from different sources
From my experience, this covers ca. 80% of common data manipulation tasks. Sound like fun? Lets get started!