Sergio Lucero
Sergio Lucero
In the meantime, here is one: [Google Colab](https://colab.research.google.com/drive/1jo0nMaaM21MhnxgR9gCSskJ1PoPJS6ex#scrollTo=eTmaZgv06STH)
Hey Eric this may be unrelated but... Besides having to pull a Microsoft reset every now and then (restart Excel to reflect changes), I often find myself having to delete...
how to determine the winning individual? the scores on every value of that dict are all over the place. Can verbosity help?? More insights are needed in the docs. Will...
David: this does NOT generate problems with 2.7 `from openaq import OpenAQ coldict = {'coordinates.latitude':'lat', 'coordinates.longitude': 'lon'} api = OpenAQ() df = api.measurements(country='CL', limit=10000, df=True).rename(columns=coldict) out = {};stats = {}...
This will produce an error when the location has an accent (Estación Centro): `from openaq import OpenAQ` `api=OpenAQ()` `df=api.measurements(country='CL',city='Calama',df=True,limit=100)` `for loc, data in df.groupby(['city','location']):` ` print loc` ` dfloc =...
No, somehow requesting again exposes the encoding problem?
some of these are explained here: https://biomedical-engineering-online.biomedcentral.com/articles/10.1186/1475-925X-6-23
I don't know if this has been discussed but I strongly suggest the folium library as a candidate. My running example goes like this: import openaq import folium api =...
Hi @dhhagan I think I just created my first pull request. Does it need to pass any tests? I guess I need to modify requirements.txt as well?