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

Warning Message

Open ParadaCarleton opened this issue 3 years ago • 0 comments

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

ParadaCarleton avatar May 27 '22 00:05 ParadaCarleton