scrape_cost_of_living

Functions

check_enough_data(numbeo_df)

Checks that the number of data points we have is sufficient.

clean_numbeo_table(numbeo_df)

Cleans the default Numbeo cost of living table.

get_city_cost_of_living(city[, percentile])

Get the cost of living for a city.

get_cost_of_living(place_name[, ...])

For all cost categories, get the cost and multiply it by the number of units.

get_cost_of_living_table(place_name[, country])

Get the cost of living table for a place.

get_country_cost_of_living(country[, percentile])

Get the cost of living for a country.

get_numbeo_countries()

This function returns a list of countries that have been scraped from Numbeo.

main()