1. Обучение
  2. /
  3. Курса
  4. /
  5. Data Manipulation with dplyr

Connected

упражнение

Filtering for conditions

You use the filter() verb to get only observations that match a particular condition, or match multiple conditions.

Инструкции 1/2

undefined XP
  • 1

    Find only the counties that have a population above one million (1000000).

  • 2

    Find only the counties in the state of California that also have a population above one million (1000000).