How to get type of a column using Tables.Schema from Tables.jl?

I think I have a solution using…

julia> sch.types[argmax((sch.names.==:Close))]
Float64

But if you have a better one please tell me.