Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasdin/drone-strike-visualization
Connecting to Drone Strike API and performing an analysis on frequency of drone strikes, trend and patterns
https://github.com/nasdin/drone-strike-visualization
analysis api basemap data-analysis data-science data-visualization drone drone-strikes eda geopy jupyter-notebook visualization
Last synced: 24 days ago
JSON representation
Connecting to Drone Strike API and performing an analysis on frequency of drone strikes, trend and patterns
- Host: GitHub
- URL: https://github.com/nasdin/drone-strike-visualization
- Owner: Nasdin
- Created: 2017-09-08T06:25:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T14:37:12.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T14:17:14.243Z (3 months ago)
- Topics: analysis, api, basemap, data-analysis, data-science, data-visualization, drone, drone-strikes, eda, geopy, jupyter-notebook, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.97 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDA and Visualization for Drone Strikes
## As an assignment from General Assembly Data Science Immersive School
This was initially supposed to be a group project, but fell through as I ended up pushing the work singlehandedly. An assignment that was for 4 hours in class, but I redid it in December 2017 - Jan 2018, see commit histories.api.dronestre.am
**Your mission:**
- Explore the drone strike data and describe it
- Do some accompanying research to augment your analysis
- Report back any good summary statisticsOne of the needs for data science in organizations is to bring measure to vague problems. What can be measured in this dataset with certainty? Drive your presentation from what can be measured, reported.
Since the API from `api.dronestre.am` provides data on drone strikes in near real time, this might be useful to hold the President accountable if he/she promises to reduce drone strikes.
# What countries are being targeted?
![Deaths Per Bombing Per Country](deathsperbombingpercountry.png "What Countries are being targeted?")# Drone strike deaths per year?
![Deaths Per Bombing Per Country](dronestikedeathsperyear.png "Drone strike deaths per year")# How dangerous were the drone strikes?
![Deaths Per Bombing Per Country](DroneStrikeImpact.png "How dangerous were the drone strikes?")# Are the bombs targetted in any particular area?
![Deaths Per Bombing Per Country](bombspots.png "Are the bombs targetted in any particular area?")