Let us take a sample dataset and clean the data with the concepts that we learned in Dplyr and Tidyr […]
Author: Oindrila Sen
A decade of experience in collecting, cleaning and visualizing data. But now I am learning and practicing new tools and different techniques.
Let's dig and find out what is the story behind that Data. Let's do it together! Let's solve, fail and try again because discovering something new is always fun.
Tidyr:: Separate() in R
Tidyr package is used to create tidy data. Tidy data is a standard way of storing data that is used to ensure that we spend […]
Tidyr:: Unite() in R
Tidyr package is used to create tidy data. Tidy data is a standard way of storing data that is used to ensure that we spend […]
Tidyr:: Spread() in R
Tidyr package is used to create tidy data. Tidy data is a standard way of storing data that is used to ensure that we spend […]
Tidyr:: Gather() in R
Tidyr package is used to create tidy data. Tidy data is a standard way of storing data that is used to ensure that we […]
Dplyr:: Summarise() in R
Dplyr() is the data manipulation package in R and is described in detail here. Problem: Use of Dplyr Summarise() in R […]