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

stop using DataArray for conversion #101

Merged
merged 1 commit into from
Jun 6, 2019
Merged

stop using DataArray for conversion #101

merged 1 commit into from
Jun 6, 2019

Conversation

tk3369
Copy link
Contributor

@tk3369 tk3369 commented Jun 5, 2019

I ran into a problem when trying the PCA example. Looks like DataArrays.jl is deprecated and the current version of DataFrame allows easy conversion to Matrix or Vector.

My config:

(v1.1) pkg> st DataFrames
    Status `~/.julia/environments/v1.1/Project.toml`
  [a93c6f00] DataFrames v0.18.2
  [2913bbd2] StatsBase v0.30.0
  [bd369af6] Tables v0.2.4

(v1.1) pkg> st MultivariateStats
    Status `~/.julia/environments/v1.1/Project.toml`
  [6f286f6a] MultivariateStats v0.6.0
  [2913bbd2] StatsBase v0.30.0

@wildart wildart merged commit c0fb3b1 into JuliaStats:master Jun 6, 2019
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