Dataframes.jl: Warnings about overwriting describe on Julia 0.5

Created on 21 Jul 2017  路  2Comments  路  Source: JuliaData/DataFrames.jl

julia> using DataFrames
INFO: Recompiling stale cache file /Users/alex/.julia/lib/v0.5/DataFrames.ji for module DataFrames.
WARNING: Method definition describe(AbstractArray) in module StatsBase at /Users/alex/.julia/v0.5/StatsBase/src/scalarstats.jl:560 overwritten in module DataFrames at /Users/alex/.julia/v0.5/DataFrames/src/abstractdataframe/abstractdataframe.jl:407.
WARNING: Method definition describe(AbstractArray) in module StatsBase at /Users/alex/.julia/v0.5/StatsBase/src/scalarstats.jl:560 overwritten in module DataFrames at /Users/alex/.julia/v0.5/DataFrames/src/abstractdataframe/abstractdataframe.jl:407.

Noticed by @tkelman

Most helpful comment

At this point, I don't think it's worth dealing w/ 0.5

All 2 comments

Would be nice to make a backport release to fix this if it's easy.

At this point, I don't think it's worth dealing w/ 0.5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mattBrzezinski picture mattBrzezinski  路  5Comments

ahalwright picture ahalwright  路  3Comments

cossio picture cossio  路  5Comments

xiaodaigh picture xiaodaigh  路  5Comments

abieler picture abieler  路  7Comments