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
in 0.21.3 and latest master, the following code results in an error when displaying the result (e.g. in the REPL). In 0.21.2 it's still working.
using DataFrames
using Distributions
df = DataFrame([Distribution], [:d])
Error showing value of type DataFrame:
ERROR: TypeError: in typeassert, expected DataType, got Type{Distribution}
Stacktrace:
[1] compacttype(::Type, ::Int64, ::Bool) at C:\sw_source\JuliaDepot\packages\DataFrames\L8ekl\src\abstractdataframe\show.jl:100
...
This is on
Windows 10
Julia 1.4.2
Distributions 0.23.4
Thanks for looking into it!
The text was updated successfully, but these errors were encountered:
in 0.21.3 and latest master, the following code results in an error when displaying the result (e.g. in the REPL). In 0.21.2 it's still working.
This is on
Windows 10
Julia 1.4.2
Distributions 0.23.4
Thanks for looking into it!
The text was updated successfully, but these errors were encountered: