Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Quiz: Matching the Functions | The Very First Steps
Pandas First Steps

book
Quiz: Matching the Functions

question-icon

Correctly pair the function names with the tasks they perform:


Creating DataFrame -
___

Adding a column to a specific position in the existing DataFrame -
___

Creating pandas Series -
___

Deleting columns from the existed DataFrame -
___

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

dots
pd.Series()
dots
dataframe.insert()
dots
pd.DataFrame()
dots
dataframe.drop()

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 10
some-alt