Data Manipulation in R
Learn how to efficiently manipulate and transform data using R's built-in functions, base packages and supported packages. Topics include subsetting, merging, reshaping, and aggregating data.
Syllabus
4 chapters14 lessons42 quiz questionsData Basics
5 lessons15- 01Understanding Data Structures
- 02Dataframe Indexing
- 03Subsetting Data
- 04Data Type Conversion
- 05The Pipe Operator in R
Data Transformation
3 lessons9- 01Intro to dplyr
- 02Aggregating with dplyr
- 03Joining Data with dplyr
Reshaping Data
3 lessons9- 01Wide to Long Format
- 02Long to Wide Format
- 03Handling Missing Data
Advanced Manipulation
3 lessons9- 01String Manipulation
- 02Date and Time Handling
- 03Custom Functions
More like this
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12
Sets in Python
In this course, you will master Python sets. You'll learn how to create, manipulate, and perform operations on sets through comprehensive lessons and practical challenges. By the end, you'll be proficient in using sets to optimize your Python code.
- 11
Into the Past || Complete Beginner for Python Strings
In this course you will be learning about strings, slicing, concatenation and equivalency
- 19
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9
Python Decorators
In this course, you'll learn how to use decorators in Python, a powerful tool for modifying the behavior of functions. Practice with a series of coding challenges to reinforce your understanding.
- 12