YoVDO

Categorical Data in the Tidyverse

Offered By: DataCamp

Tags

Tidyverse Courses Data Science Courses Data Visualization Courses Data Manipulation Courses Categorical data Courses ggplot2 Courses dplyr Courses

Course Description

Overview

Get ready to categorize! In this course, you will work with non-numerical data, such as job titles or survey responses, using the Tidyverse landscape.

As a data scientist, you will often find yourself working with non-numerical data, such as job titles, survey responses, or demographic information. R has a special way of representing them, called factors, and this course will help you master working with them using the tidyverse package forcats. We’ll also work with other tidyverse packages, including ggplot2, dplyr, stringr, and tidyr and use real world datasets, such as the fivethirtyeight flight dataset and Kaggle’s State of Data Science and ML Survey. Following this course, you’ll be able to identify and manipulate factor variables, quickly and efficiently visualize your data, and effectively communicate your results. Get ready to categorize!

Syllabus

  • Introduction to Factor Variables
    • In this chapter, you’ll learn all about factors. You’ll discover the difference between categorical and ordinal variables, how R represents them, and how to inspect them to find the number and names of the levels. Finally, you’ll find how forcats, a tidyverse package, can improve your plots by letting you quickly reorder variables by their frequency.
  • Manipulating Factor Variables
    • You’ll continue to dive into the forcats package, learning how to change the order and names of levels and even collapse them into one another.
  • Creating Factor Variables
    • Having gotten a good grasp of forcats, you’ll expand out to the rest of the tidyverse, learning and reviewing functions from dplyr, tidyr, and stringr. You’ll refine graphs with ggplot2 by changing axes to percentage scales, editing the layout of the text, and more.
  • Case Study on Flight Etiquette
    • In this final chapter, you’ll take all that you’ve learned and apply it in a case study. You’ll learn more about working with strings and summarizing data, then replicate a publication quality 538 plot.

Taught by

Emily Robinson

Related Courses

Introduction to R for Data Science
Microsoft via edX
Understanding Clinical Research: Behind the Statistics
University of Cape Town via Coursera
Visualización de Datos y Storytelling
Tecnológico de Monterrey via edX
Feature Engineering for Machine Learning in Python
DataCamp
Introduction to Feature Engineering in R
DataCamp