owid / data-api

API for accessing data from our data catalog.
MIT License
16 stars 4 forks source link

Add endpoint to download feather directly #3

Closed wcox13 closed 2 years ago

wcox13 commented 2 years ago

For example, the following will give you a dataframe directly in your notebook:

pd.read_feather('http://127.0.0.1:8000/v1/dataset/feather/garden/ggdc/2020-10-01/ggdc_maddison/maddison_gdp')