GuangchuangYu / nCov2019

query stats of infected coronavirus cases
https://guangchuangyu.github.io/nCov2019/
435 stars 164 forks source link

4.27以后的数据省名称变成省代码 #85

Closed xuestrange closed 1 year ago

xuestrange commented 4 years ago

执行

y = load_nCov2019(lang = 'en', source = 'github')

y[]得到数据中4.27以后为空值,包含市级数据;

执行

y = load_nCov2019(lang = 'zh', source = 'github')

y[]得到数据中4.27以后省名称变成了省代码(一堆数字),且没有市级数据;
非常感谢作者的帮助!!!

timze216 commented 4 years ago

感谢提醒,已经纠正。