Emerson Ye, Danil Kolesnikov
- master - main branch with stable code
- danil - Dan's work
- emerson - Emerson's work
What questions to be answered?
- What districts have the highest number of violent crimes in SF?
- define violent
- heat map of violent crimes using Folium library
- What district has the most number of violent crimes?
- What days of the week has the most amount violent crimes in each district? Overall?
%%gcs read --object gs://ucsb_hacks_datasets/sf-crime-data-filtered.csv --variable crime_data df = pd.read_csv(StringIO(crime_data))