JuliaML / JuliaML/MLDatasets.jl
`as_df=false` requires `using DataFrames`
Open
- Dominant language
- Julia
- Stars
- 239
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
When running
```julia
julia> using MLDatasets: Iris
julia> X, y = Iris(as_df=false)[:]
```
on julia 1.8.2, MLDatasets v0.7.5 the user is prompted with an error asking for `DataFrames` to be installed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.