Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial not working (deprecation in dataframes.jl) #1304

Closed
pnadon opened this issue Aug 7, 2019 · 1 comment · Fixed by #1318
Closed

Tutorial not working (deprecation in dataframes.jl) #1304

pnadon opened this issue Aug 7, 2019 · 1 comment · Fixed by #1318

Comments

@pnadon
Copy link

pnadon commented Aug 7, 2019

The tutorial page has this error, and I receive the same when attempting to follow it:

Steps taken:

using Gadfly, RDatasets
iris = dataset("datasets", "iris")
p = plot(iris, x=:SepalLength, y=:SepalWidth, Geom.point);

Result

┌ Warning: `getindex(df::DataFrame, col_ind::ColumnIndex)` is deprecated, use `df[!, col_ind]` instead.
│   caller = evalmapping(::DataFrames.DataFrame, ::Symbol) at dataframes.jl:96
└ @ Gadfly ~/build/GiovineItalia/Gadfly.jl/src/dataframes.jl:96
@tlnagy
Copy link
Member

tlnagy commented Aug 7, 2019

I think #1303 should take care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants