├── .gitignore ├── README.md ├── census.csv ├── finding_donors.ipynb ├── project_description.md └── visuals.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/finding_donors/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/finding_donors/HEAD/README.md -------------------------------------------------------------------------------- /census.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/finding_donors/HEAD/census.csv -------------------------------------------------------------------------------- /finding_donors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/finding_donors/HEAD/finding_donors.ipynb -------------------------------------------------------------------------------- /project_description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/finding_donors/HEAD/project_description.md -------------------------------------------------------------------------------- /visuals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/finding_donors/HEAD/visuals.py --------------------------------------------------------------------------------