course content

Course Content

Pandas First Steps

ChallengeChallenge

question-icon
You have a dataframe named 'products'. This dataframe contains four columns: 'id', 'name', 'type', and 'price'. Fill the gaps to extract the following two columns: 'name' and 'price' (in this order).

products"", ""
down-icon

Section 1.

Chapter 12