ChallengeChallenge

question-icon

Correctly match the function names and the functionality they perform.


Creating dataframe -
___

Adding columns to the existing dataframe -
___

Creating pandas series -
___

Deleting columns from the existed dataframe -
___

Click or drag`n`drop items and fill in the blanks

dots
dataframe.insert()
dots
pd.DataFrame()
dots
dataframe.drop()
dots
pd.Series()
down-icon

Everything was clear?

Section 1. Chapter 10