...

/

Coding Challenges on Filtering and Sorting

Coding Challenges on Filtering and Sorting

Assess your ability to filter and sort data using Python.

We'll cover the following...

Dataset description

We will work with the cities-america.csv dataset, which includes information about various cities in Canada and the United States. Each record represents a different city, and each column in the dataset represents specific information about the cities. Here's a description of each column:

  • City: The name of the city.

  • Country: The name of the country where the city is located.

  • Area (km^2) ...