Coding Challenges on Filtering and Sorting
Assess your ability to filter and sort data using Python.
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 ...