This project analyzes crime trends in Ireland using two datasets crime_data_set1
(source1
) and crime_data_set2
(source2
). The data has been processed, cleaned, and joined using Azure Data Factory, resulting in a consolidated dataset named today.csv
(sink
). The analysis aims to provide actionable insights into crime patterns, distribution, and hotspots across Ireland.
Analyzed yearly changes in crime rates across Ireland.
Most common types of offenses committed in Ireland and their frequency.
Crimes across different counties to highlight areas of concern.
Mapped crime locations to the nearest Garda police stations to provide location-based insights.
=Dublin with the highest crime rates.
Most frequently occurring crime type across Ireland.
Ranked the top counties for theft and related offenses regional trends.
specific crime types and their occurrences in Maynooth.
- Data Sources:
source1
andsource2
- Data Processing: Merging, cleaning, and pushing data using transformations (e.g., derived columns, joins).
- Sink: Pushed processed data into PostgreSQL for further querying and storage.
- Used for advanced data cleaning, filtering, and transformations before visualizations.
- Stored the cleaned data for efficient querying and further analysis.
- Visualized crime data on maps to conduct spatial analysis and identify hotspots.
- Created interactive dashboards and data visualizations for deeper insights into crime patterns.
- Power BI Report Click
crime_data_set1.csv
: Raw dataset 1 containing crime records.crime_data_set2.csv
: Raw dataset 2 containing additional crime records.today.csv
: Processed dataset resulting from the merging and cleaning of the two raw datasets.README.md
: Documentation for the project.
-
Clone the repository:
git clone <repository-url>
-
Load the
today.csv
file into your preferred analysis tool (e.g., Python, PostgreSQL, QGIS, or Power BI). -
Use the SQL scripts or Python notebooks provided (if applicable) to replicate the analyses.
-
Visualize data using QGIS or Power BI for geospatial and interactive insights.
- Temporal crime trends to inform policymaking and resource allocation.
- Identification of crime-prone areas for targeted interventions.
- Insights into specific crime categories and their geographical prevalence.
- Automate the workflow using Azure Data Factory pipelines for real-time data updates.
- Expand the analysis to include additional crime-related datasets.
- Incorporate predictive analytics for crime forecasting.