Skip to content

A comparison of animal bite data in Louisville, KY from 2010-2017 with phases of the moon.

License

Notifications You must be signed in to change notification settings

keith-flynn/animal-bites-and-lunacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Bites and Lunacy

moon-phases A comparison of animal bite data in Louisville, KY from 2010-2017 with phases of the moon.


Project Overview:


Code and Resources Used:

  • Python 3.10
  • Pandas
  • Jupyter Notebook

To Run the Project:

  1. Navigate to directory and set up a virtual environment python -m venv venv
  2. Activate virtual environment
  • Windows: venv\Scripts\activate
  • Mac/Linux: source venv/bin/activate
  1. Install requirements.txt pip install -r requirements.txt
  2. Type jupyter notebook to start Jupyter Notebook, and select lunacy.ipynb to run.

Summary

The goal of this project is to discover if there is any correlation between animal bites reported in Louisville, KY between October 29th 2009 and September 8th 2017, and the phase of the moon when the bite occurred. The bite dataset contains reports from many other years, but the reporting is inconsistent and missing most of the applicable data points. Along the way, we learn some interesting things about this dataset.


Visualizations

Tableau Dashboard: Animal Bites and Lunacy


Sources


License

GNU GENERAL PUBLIC LICENSE

About

A comparison of animal bite data in Louisville, KY from 2010-2017 with phases of the moon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published