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

Make DataArrays using explicit #17

Closed
wants to merge 1 commit into from
Closed

Make DataArrays using explicit #17

wants to merge 1 commit into from

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Sep 22, 2016

Came up while reviewing JuliaData/DataFrames.jl#1008 because DataFrames no longer will do using DataArrays

Came up while reviewing JuliaData/DataFrames.jl#1008 because DataFrames no longer will do `using DataArrays`
@alyst
Copy link
Collaborator

alyst commented Sep 22, 2016

Actually, I would rather convert it to using Nullable/CategoricalArrays once JuliaData/DataFrames.jl#1008 is merged. Using DataArrays here after 1008 would anyway result in an error.

The DataArray-using code should be confined to src/convert.jl.

@quinnj
Copy link
Member Author

quinnj commented Sep 22, 2016

Yeah, I realized that as well, because a lot of the doc examples in DataFrames load the iris dataset, then do stuff with it.

@alyst alyst mentioned this pull request Oct 1, 2016
@alyst
Copy link
Collaborator

alyst commented Nov 4, 2017

I've just merged #32 that adds DataArrays to using, among the other things.

@alyst alyst closed this Nov 4, 2017
@alyst alyst deleted the quinnj-patch-1 branch November 4, 2017 13:33
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 this pull request may close these issues.

None yet

2 participants