New Course Available Now: Advanced Data Transformation
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
New Course Available Now: Advanced Data Transformation
![](https://i1.wp.com/www.quantargo.com/assets/blog/2021-02-26-new-course-advanced-data-transformation/course_og.png?w=578&ssl=1)
Data comes in many shapes and forms from all kinds of data sources. The first step before any statistical analysis can be done, is to bring the data into a suitable format. In R, there are three different package ecosystems to transform data, namely base R, tidyverse and data.table.
![](https://i1.wp.com/www.quantargo.com/assets/blog/2021-02-26-new-course-advanced-data-transformation/lessons.png?w=578&ssl=1)
Advanced Data Transformation covers the most popular ways of transforming data into all kinds shapes and forms.
- base R is already integrated into the R language itself
- tidyverse provides many packages for data manipulation—-most importantly dplyr and tidyr
- data.table is a highly optimized, in-memory transformation and query interface for tabular data
There is no on-size-fits-all solution to a problem, so in Advanced Data Transformation you will learn how to use the right tool for your data use cases. For each available package ecosystem it covers all essentials, including:
- Data Filtering
- Grouping and Aggregating
- Pivoting
- Joins
- and more!
Get Your Certificate with PRO
After completing Advanced Data Transformation you get a unique certificate, which you can download as PDF and include in your portfolio!
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.