OCHA-DAP / hdx-python-api

Python API for interacting with the HDX Data Portal
http://data.humdata.org
MIT License
80 stars 16 forks source link

Database link in readme.md does not exist #30

Closed MichlF closed 3 years ago

MichlF commented 3 years ago

The database file "ACLED Conflict Data for Africa 1997-2016" used in the usage example in the readme.md does not exist anymore and consequently fails the example code.

mcarans commented 3 years ago

@MichlF Thanks for spotting this error. I will look into this.

mcarans commented 3 years ago

I have updated the README. Closing.

MichlF commented 3 years ago

That fixed it but there's now another/new issue. This method, doesn't exist: print(dataset.get_dataset_date())

I think it should be: print(dataset.get_date_of_dataset)