JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
119 stars 32 forks source link

Integration with Tables.jl #70

Closed xiaodaigh closed 3 years ago

xiaodaigh commented 4 years ago

Tables.jl is the de-facto standard for tabular structured data. We can try to integrate it better with Parquet.jl e.g. Tables.schema(par::ParFile) should return the schema in the format expected by Tables.jl

tanmaykm commented 3 years ago

Table.jl integration is now available with #128