JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 16 forks source link

Add performance tests with GeoTable #241

Closed juliohm closed 10 months ago

juliohm commented 10 months ago

We can move the method definitions for GeoTable to an extension here, and add performance tests to make sure that we are not materializing geometries unintentionally.

juliohm commented 10 months ago

Needs to be done in GeoTables.jl now.