We are using `read_csv` from pandas in some of the datasets. We should implement our own function to read csv files in order to avoid installing pandas.
We are using
read_csvfrom pandas in some of the datasets. We should implement our own function to read csv files in order to avoid installing pandas.