A simple way to access a small classic dataset from datatable #2676
Replies: 3 comments 4 replies
-
I would prefer not to pollute the global namespace with too many names, so how about we have a function that loads the named dataset, like
|
Beta Was this translation helpful? Give feedback.
-
There is a public repository of various datasets: https://archive.ics.uci.edu/ml/datasets.php |
Beta Was this translation helpful? Give feedback.
-
For example this one looks good: https://archive.ics.uci.edu/ml/machine-learning-databases/flags/flag.data |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What if... we bring several small classic datasets to datatable, so that we could use them in our tutorials/tests by simply doing something like
from datatable import DT_iris, DT_credit_card
.Beta Was this translation helpful? Give feedback.
All reactions