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.