JuliaAI/ScientificTypes.jl

Accept strings in `coerce`

Closed this issue · 3 comments

Currently coerce(table, "col name" => Continuous) fails. I had to wrap the column name as Symbol("col name") for it to work.

Thanks. Just to clarify, you are requesting this as a feature, not reporting what you think may be a bug?

Sounds reasonable to me. PR welcome :-)