/* Looking at countries with Highest Infection Rate compared to Population */
MAX(total_cases) AS highest_infection_count,
MAX((total_cases/population))*100 AS percent_population_infectedFROM public.Covid_
Oussama\AppData\Local\Programs\Python\Python35\lib\random.py", raise TypeError("PopulationTypeError: Population must be a sequence or set. For dicts, use list(d).