Session Ready
Exercise

Filtering for conditions

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

Instructions 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).