schemaless
8 mins read
How does Tables.jl handle schema-less tables? – Beragampengetahuan
By: Blog by Bogumił Kamiński Re-posted from: Tables.jl is a fundamental package in the JuliaData ecosystem. One of the key concepts used in Tables.jl is a schema of a table.Schema is information about the column names and types of a table.Having access to schema is useful as being able to query these propertiesis constantly needed […]