iamaziz / PyDataset

Instant access to many datasets in Python.
MIT License
934 stars 87 forks source link

Allow usage of pydataset with no external dependancies #3

Open sametmax opened 8 years ago

sametmax commented 8 years ago

PyDataset is a fantastic tool to learn Python. But requiring pandas (and hence numpy) is a big barrier of entry. What's more you may want to be able to load the data using another tool to process it.

To make your lib more flexible and more newcomer friendly, I'd advice:

This will allow:

NiklasRosenstein commented 8 years ago
scls19fr commented 8 years ago

Pandas layer could be on pandas-ml side. See https://github.com/pandas-ml/pandas-ml/issues/68

sametmax commented 8 years ago

@NiklasRosenstein: you can now vote using the smiley icon on the right, don't create a comment just to +1.

NiklasRosenstein commented 8 years ago

Much appreciated @sametmax! But the feature was added after my comment, d'uh.