top | item 45362953

(no title)

jrozner | 5 months ago

Whats the point of this over polars?

discuss

order

MrPowers|5 months ago

There is a project called GeoPolars: https://github.com/geopolars/geopolars

From the README:

> Update (August 2024): GeoPolars is blocked on Polars supporting Arrow extension types, which would allow GeoPolars to persist geometry type information and coordinate reference system (CRS) metadata. It's not feasible to create a geopolars. GeoDataFrame as a subclass of a polars. DataFrame (similar to how the geopandas. GeoDataFrame is a subclass of pandas.DataFrame) because polars explicitly does not support subclassing of core data types.

orlp|5 months ago

I'm working on implementing extension types in Polars. Stay tuned.