course content

Course Content

Pandas First Steps

Challenge 1Challenge 1
question-icon

Correctly match the function names and the functionality they perform.


Loading CSV files to dataframes -
___

Loading TXT files to dataframes -
___

Writing dataframes to CSV files -
___

Writing dataframes to html tables -
___

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

dots
pd.read_csv()
dots
pd.read_csv()
dots
dataframe.to_csv()
dots
dataframe.to_html()
down-icon

Section 2.

Chapter 3