效果预览
爬取最新截止日期各个省累计确诊数据,并绘制地理分布图
代码实现
#!/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:/
2021-04-08 09:30:28
188KB
ar
art
c
1