CommencerCommencer gratuitement

case_when() from multiple columns

With data science being a new and rapidly growing field, there can be confusion about what defines a "data scientist." In some cases, especially for a data analyst, people might not have the title but they still identify themselves as data scientists. Let's look at whether there are differences in average job satisfaction depending on whether someone is a data analyst and how they self-define as a data scientist. The dataset multiple_choice_responses has been loaded for you.

Cet exercice fait partie du cours

Categorical Data in the Tidyverse

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

multiple_choice_responses %>%
    # Filter out people who selected Data Scientist as their Job Title
    ___(___)
Modifier et exécuter le code