scrape_temperatures

Functions

check_float(potential_float)

Checks if a string is indeed a float.

f_to_c(value)

Converts Fahrenheit to Celsius.

get_country_stats(soups)

For every country, get the stats on its climate.

get_stats(table)

Aggregates the climate table data to get the maxes and mins and avgs.

in_to_mm(value)

Converts inches to mm.

main()