JuliaAI / ScientificTypes.jl

An API for dispatching on the "scientific" type of data instead of the machine type
MIT License
96 stars 8 forks source link

Implement `coerce!` for column dictionaries #136

Open ablaom opened 3 years ago

ablaom commented 3 years ago

A column dictionary is a tabular format consisting of an AbstractDict keyed on the names of the columns, with values the columns themselves.

cc @OkonSamuel