The most common actions that feel under the data wrangling umbrella are the following
- Changing the format of your variables (number, integer, character, etc...)
- Reshaping data (Pivoting tables, stack/unstack, melt tables, etc...)
- Indexing
- Duplicating data
- Grouping data (aggregation)
- Dealing with missing data
- Combining data (join, concatenate)


