Coding Challenges on Reading Data
Assess your ability to read data using the Python programming language.
Challenge 1: Load a CSV dataset from a URL
We've already imported the pandas library. Write code to load a CSV dataset from https://raw.githubusercontent.com/CourseMaterial/DataWrangling/main/airports.csv
and store it in the airport_df
variable. Then print the variable to preview the first five records.
Get hands-on with 1400+ tech skills courses.