socialfoundations / folktables

Datasets derived from US census data
MIT License
240 stars 19 forks source link

Refactor data downloading #4

Closed millerjohnp closed 3 years ago

millerjohnp commented 3 years ago

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