Saturday, June 23, 2018

Learning Python via a Project Episode 2

Learning Python via a Project 
Episode 2 / ?
(Crime in Vancouver)

After part 1, I decided to get some analytics results from dataset for some basic insights.
In process I learned how to draw custom pie chars and bar charts.


From data I noticed the most common crime in Vancouver is Theft from vehicle and the region with highest number of crimes is Central Business District but I thought maybe the region is huge that's why the number is high so I calculated percentage of crime in region and it turned out Stanley Park has the highest Theft from vehicle crime rate with much lower number of total crimes in the region. 

I uploaded the code in Github

Learning Python via a Project Episode 1


If there is any comment or suggestion please comment here or twit me at: @DataScienceStep

https://twitter.com/DataScienceStep

Github like:
https://github.com/DataScienceStep/Python/blob/master/CrimeProject.ipynb



No comments:

Post a Comment

Format

Here is all you need to know about string formatting. I have summarized the page  https://pyformat.info/  , in fact I just removed all e...