JuliaData / TypedTables.jl

Simple, fast, column-based storage for data analysis in Julia
Other
145 stars 25 forks source link

Warning Message #93

Open ParadaCarleton opened 2 years ago

ParadaCarleton commented 2 years ago

Got a mildly weird warning message that should probably be disable -- it looks like a bug in TypedTables itself.

include("Cleaning.jl")
┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│   caller = DictTable(ts::DataFrame; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) at DictTable.jl:31
└ @ TypedTables ~/.julia/packages/TypedTables/zfbS2/src/DictTable.jl:31