You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Julia v1.7 JuliaLang/julia#39448 deprecated getproperty(::Pairs, s). This currently causes a warning and should be updated:
┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│ caller = #transform#3 at TableOperations.jl:39 [inlined]
└ @ Core ~/.julia/packages/TableOperations/d5QI0/src/TableOperations.jl:39
The text was updated successfully, but these errors were encountered:
As of Julia v1.7 JuliaLang/julia#39448 deprecated
getproperty(::Pairs, s)
. This currently causes a warning and should be updated:The text was updated successfully, but these errors were encountered: