Paul Hobson
Paul Hobson
I wrote that and it's a mess b/c I think they wanted it to be too flexible. Happy to take a crack at a simpler, more functional form. The main...
I second the recommendation for geopandas
@miguelcarcamov thanks for the issue and clear example. If I understand correctly, this function would work properly with in-memory numpy arrays, and so this question is more about how to...
Thanks for clarifying. I see the conversation on slack that alludes to that. I agree with Martin that the first thing I'd try is to use `.map_overlap`. I also wonder...
@miguelcarcamov Can you provide code to generate sample input from scratch?
Hey @miguelcarcamov -- Thanks for the additional details. With such a good reproducible example, at this point I think it's best to migrate this question to the dask discourse. There,...
@marberi thanks for the PR and the test. Based on my understanding of the underlying issue, I'd expect this to fail. Indeed, when I run it locally in isolation (not...
@marberi no need to force-push. Add as many PR-related commits as your need to the existing and push to the same branch. Github will recognize the new commits and update...
To your point about other test directories, I think dask/dataframe/tests/test_groupby.py is the most logical home for this test
@ognis1205 feel free to draft a PR and tag me in it. I'll be happy to review. Are you comfortable with the basic workflow of working in Git and Github?