Chayan Roychoudhury
Chayan Roychoudhury
How do I use this wonderful tool in Python? I use the PyCharm IDE. Is there any way to download this package?
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
Hi. I am trying to follow the tutorial and keep getting this error. `api.measurements(city='Delhi', parameter='pm25', limit=1000, df=True)` ``` /glade/work/chayan/conda-envs/pangeo_chayan/lib/python3.10/site-packages/openaq/decorators.py:57: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead. data = pd.io.json.json_normalize(resp) ---------------------------------------------------------------------------...