machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

Investigate geopandas support #462

Open machow opened 1 year ago

machow commented 1 year ago

It appears some functions like DataFrameGroupBy.size() don't work for the geopandas subclass. Let's add the geopandas frame to the test suite, see whether any workarounds / issues are needed.