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

RDatasets.datasets(package_name) returns only one row #59

Open
essenciary opened this issue Sep 13, 2018 · 0 comments
Open

RDatasets.datasets(package_name) returns only one row #59

essenciary opened this issue Sep 13, 2018 · 0 comments

Comments

@essenciary
Copy link

essenciary commented Sep 13, 2018

julia> RDatasets.datasets("datasets")
1×5 DataFrame
│ Row │ Package  │ Dataset │ Title                     │ Rows │ Columns │
├─────┼──────────┼─────────┼───────────────────────────┼──────┼─────────┤
│ 1   │ datasets │ BOD     │ Biochemical Oxygen Demand │ 62       │

julia> RDatasets.datasets("mlmRev")
1×5 DataFrame
│ Row │ Package │ Dataset │ Title                               │ Rows  │ Columns │
├─────┼─────────┼─────────┼─────────────────────────────────────┼───────┼─────────┤
│ 1   │ mlmRev  │ Chem97  │ Scores on A-level Chemistry in 1997310228       │

julia> versioninfo()
Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin14.5.0)
  CPU: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
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

No branches or pull requests

1 participant