JuliaPy/Pandas.jl

Readme mistake + import bug/warning

wolfiex opened this issue · 0 comments

Readme
In the using section:

using pandas

should be capitalised "using Pandas"

import by : "using Pandas" Warning:

WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in require at ./loading.jl:243
while loading /work/home/dp626/.julia/v0.4/Pandas/src/Pandas.jl, in expression starting on line 254
WARNING: module Pandas should explicitly import + from Base
WARNING: module Pandas should explicitly import * from Base
WARNING: module Pandas should explicitly import / from Base
WARNING: module Pandas should explicitly import - from Base