From a Quick Look at Julia integration with parquet format and found the packages listed below. - https://github.com/apache/arrow-julia - https://github.com/JuliaIO/Parquet.jl - https://expandingman.gitlab.io/Parquet2.jl/ - https://github.com/JuliaGeo/GeoParquet.jl notes : - [Recent discourse on this](https://discourse.julialang.org/search?q=parquet) maybe suggests that parquet2.jl is our best bet as of now. - GeoParquet.jl relies on Parquet2.jl in [its dependencies](https://github.com/JuliaGeo/GeoParquet.jl/blob/main/Project.toml) seems useful here too. - as of 2024/12/12 Parquet2.jl CI seems to fail on Julia v1.11 (but not Julia v1.10)
From a Quick Look at Julia integration with parquet format and found the packages listed below.
notes :