BastienGauthier
BastienGauthier
@iwpnd, your comment on this could be of some help ! :)
Hello @IvanSanchez, I am still early stage on these test to use your slicer in folium, but is it still relevant ? I see that the module is not updated...
By chance, I just found this issue. I collected the temporal evolution of these data recently here : https://github.com/BastienGauthier/planetary-flag The data precision could still be improved drastically. I contacted some...
Sure ! Keep in mind that the data set is still a work in progress though. The data is structured with a excel file today, which is quite bad to...
Another idea could be to switch to a very simple diff comparison (line-to-line) above a certain threshold (I have seen the 50k lines mentionned in the discussion for exemple).
I guess it is only a matter of green computing good practice in this case. Anyway, I agree it could be a notable performance change for some people, so it...
@jrieke, would it work for you to drop the now obsolete python 3.7 support and updating the poetry requirement to something like : [tool.poetry.dependencies] python = "^3.8" streamlit = "^1.0.0"...