-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels