Skip to content
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

Use GeoPandas.from_arrow() in Sedona/Python internals to speed up GeoPandas conversion #1786

Closed
paleolimbot opened this issue Feb 3, 2025 · 1 comment

Comments

@paleolimbot
Copy link
Member

I think the main internal use that will be helpful is:

pandas_df = df.toPandas()

...because to my reading this gets incurred for each map.

It's worth checking some future versions of Kepler for Python, because upstream Kepler supports some types of Arrow natively as input (i.e., we might be able to skip pandas alltogether.

@paleolimbot
Copy link
Member Author

(For future readers: closed in #1794)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants