ReadStatTables.jl icon indicating copy to clipboard operation
ReadStatTables.jl copied to clipboard

Convert all column metadata to either `String` or `Symbol` (where possible)

Open ParadaCarleton opened this issue 1 year ago • 2 comments

When I load Stata files, I get an odd mix of Strings and Symbols for column metadata, which means the metadata dictionary has Any as the value type. Converting all strings to symbols should help with this.

ParadaCarleton avatar Jun 18 '23 16:06 ParadaCarleton