We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d37ba6 commit 6e732f6Copy full SHA for 6e732f6
src/TableView.jl
@@ -92,6 +92,7 @@ function showtable(table, options::Dict{Symbol, Any} = Dict{Symbol, Any}();
92
push!(names, nm)
93
push!(types, typeof(getproperty(row, nm)))
94
end
95
+ schema = Tables.Schema(names, types)
96
else
97
# no schema and no rows
98
0 commit comments