-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_empty not working #858
Comments
Is that actually a bug or do I missunderstand the use of skip_empty? Because if that isn't a bug but simply wrong parameter usage I would close the issue and implement something to find the nearest non-empty station for my problem. |
Dear @TheAnalystx , this option is currently not working as intended. Atm when using it we just skip the empty station however we don't request another alternative station! For this to work I'll have to put in some more work:
Would you want to work on this kind of topic? I could give you some hints on where to place to code! |
Dear @gutzbenj , could be interesting to solve, maybe I can address this next month, if I can find the time. |
Describe the bug
I want to find the latest weather data for one or multiple coordinates, I thought skip_empty would be the way to go, but this seem not to actually skip empty stations.
To Reproduce
Expected behavior
not empty dataframe with values
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: