Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Filtering by row
Extracting data by column
Practice using filter() and select()
18. Reminder: subsetting columns
The pipe operator
Sorting rows
Summary

Instruction

Nice! We'll now select some columns from the subset created in the previous exercise.

Exercise

Select the population and area columns from asian_countries.

Stuck? Here's a hint!

Type:

select(asian_countries, population, area)