The example request given in the docstring of load_nbs_web is not working.
Running
import requests
url = 'http://data.stats.gov.cn/english/easyquery.htm?m=QueryData&dbcode=fsnd&rowcode=reg&colcode=sj&wds=[{"wdcode":"zb","valuecode":"A090201"}]&dfwds=[{"wdcode":"sj","valuecode":"1995-2014"}]&k1=1472740901192'
res = requests.get(url, verify=False)
print(res.status_code)
returns 404
The example request given in the docstring of
load_nbs_webis not working.Running
returns 404