J535D165 / cbsodata

Unofficial Statistics Netherlands (CBS) open data API client for Python
http://cbsodata.readthedocs.io/
MIT License
42 stars 17 forks source link

Get_data not working #22

Open dkorpershoek opened 4 months ago

dkorpershoek commented 4 months ago

CbsOdataError.txt error last line: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

import pandas as pd import cbsodata

df = pd.DataFrame(cbsodata.get_data('83671NED'))

attcahed: complete error stack dump