During this discussion I realized the data_loader module consists of a single function load_csv, which is a wrapper of pandas.read_csv(..._).
However, this function seems to be used only in the notebook and a test below:
We need to:
- Make sure the module
toolkit/data_loader is not needed anymore
- Remove the whole module, the notebook, the tests and every part related to it.
During this discussion I realized the
data_loadermodule consists of a single functionload_csv, which is a wrapper ofpandas.read_csv(..._).However, this function seems to be used only in the notebook and a test below:
We need to:
toolkit/data_loaderis not needed anymore