Closed xiaodaigh closed 3 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
Tables.schema(par::ParFile)
Table.jl integration is now available with #128
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