DataFrames Error: Warning: `T` is deprecated, use `nonmissingtype` instead

I’ve been getting this error a lot lately (I think since I updated my DataFrames package). Has anyone else run into this?

┌ Warning: `T` is deprecated, use `nonmissingtype` instead.
│   caller = compacttype(::Type, ::Int64) at show.jl:39
└ @ DataFrames C:\Users\mthel\.julia\packages\DataFrames\XuYBH\src\abstractdataframe\show.jl:39

It seems to happen with numerous packages and in various contexts…

1 Like

See https://github.com/JuliaData/DataFrames.jl/pull/1941

2 Likes

Cool, thanks!