上传者: 38688403
|
上传时间: 2021-04-08 09:30:28
|
文件大小: 188KB
|
文件类型: PDF
效果预览
爬取最新截止日期各个省累计确诊数据,并绘制地理分布图
代码实现
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
import requests
#装了anaconda的可以pip install pyecharts安装pyecharts
from pyecharts.charts import Map,Geo
from pyecharts import options as opts
from pyecharts.globals import GeoType,RenderType
# 绘图包参加网址https:/