We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.19.4 DataFrames did not export flatten. v0.20.0 exports flatten. I am seeing this warning:
WARNING: both DataFrames and Iterators export "flatten"; uses of it in module Gadfly must be qualified
and then this error:
ERROR: UndefVarError: flatten not defined
Is this a problem in DataFrames or Gadfly?
The text was updated successfully, but these errors were encountered:
That needs to be fixed in Gadfly, so that it's compatible with DataFrames v0.20.0. In the meantime, you'll need to use DataFrames 0.19.4:
]add DataFrames@0.19.4
Sorry, something went wrong.
Thank you, that eliminates the warning and error; my code is running to completion now.
Successfully merging a pull request may close this issue.
v0.19.4 DataFrames did not export flatten. v0.20.0 exports flatten.
I am seeing this warning:
WARNING: both DataFrames and Iterators export "flatten"; uses of it in module Gadfly must be qualified
and then this error:
ERROR: UndefVarError: flatten not defined
Is this a problem in DataFrames or Gadfly?
The text was updated successfully, but these errors were encountered: