How to change field names and types of a DataFrame

For future reference, XLSX.readtable also has a infer_eltypes kwarg that should give back properly typed columns for your DataFrame: API Reference · XLSX.jl

6 Likes