Data downloading doesn't rely on an external download.sh script, but happens automatically inside the DataSource class. Furthermore, the class only downloads exactly the csv's need for the user rather than whole entire dataset.
This makes starting up with folktables faster and more user-friendly. Fixes #2
Data downloading doesn't rely on an external
download.sh
script, but happens automatically inside theDataSource
class. Furthermore, the class only downloads exactly the csv's need for the user rather than whole entire dataset. This makes starting up withfolktables
faster and more user-friendly. Fixes #2