• 大小: 5.37M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: Python
  • 标签: python  pygal  csv  

资源简介

使用PYTHON绘制世界人口地图

资源截图

代码片段和文件信息

from pygal_maps_world.i18n import COUNTRIES

def get_country_code(country_name):
    for codename in COUNTRIES.items():
        if name == country_name:
            return code
    else:return None

#print(get_country_code(‘Andorra‘))
#print(COUNTRIES.items())

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-05-20 13:15  population_country\
     文件         272  2020-05-20 11:37  population_country\country_codes.py
     文件        2153  2020-05-20 13:15  population_country\world_population.py
     文件      905239  2020-05-20 13:15  population_country\world_population.svg
     文件    22383021  2020-05-20 10:48  population_country\WPP2019_TotalPopulationBySex.csv
     目录           0  2020-05-20 11:39  population_country\__pycache__\
     文件         392  2020-05-20 11:39  population_country\__pycache__\country_codes.cpython-38.pyc

评论

共有 条评论