jomarie04/cities
Cities Dataset This dataset contains a collection of famous cities around the world with population data. File cities.csv Columns id – unique identifier city_name – name of the city country – country where the city is located population_millions – approximate population in millions Usage Load the dataset in Python using pandas: import pandas as pd cities = pd.read_csv("cities.csv") print(cities.head())
07
Conversations for this repository live on Hugging Face.
CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.
Open discussions on Hugging Face