Skip to content

Commit

Permalink
Commit-05
Browse files Browse the repository at this point in the history
- Process the census data of Colombo district.
- Extract the location data of each GN division of Colombo using geopy and google maps API.
- Start the preparation of project report.
- Start the coding of final project.
  • Loading branch information
chathusha committed Jul 10, 2021
1 parent 023542b commit d5dbe7d
Show file tree
Hide file tree
Showing 5 changed files with 776 additions and 267 deletions.
Binary file added Project Report.docx
Binary file not shown.
49 changes: 49 additions & 0 deletions capstoneProject.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
},
"orig_nbformat": 4,
"kernelspec": {
"name": "python3",
"display_name": "Python 3.9.6 64-bit ('venv': venv)"
},
"interpreter": {
"hash": "b429883b58fb923b9977c99be3a8a6af2533b7bec5e443525bd6c8be5836c39a"
}
},
"nbformat": 4,
"nbformat_minor": 2,
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# import packages\n",
"import pandas as pd \n",
"import folium\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# "
]
}
]
}
2 changes: 1 addition & 1 deletion colomboCensus.csv
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Homagama,Rilawala,593A,"1,695",813,882
Homagama,Kahathuduwa West,602B,"3,225","1,569","1,656"
Homagama,Kiriwattuduwa South,603A,"2,850","1,368","1,482"
Homagama,Kiriwattuduwa North,603,"2,091",994,"1,097"
Homagama,Moonamale ‐ Yakahaluwa,603C,"2,497","1,264","1,233"
Homagama,Moonamale - Yakahaluwa,603C,"2,497","1,264","1,233"
Homagama,Kithulavila,603B,"3,189","1,556","1,633"
Homagama,Kahathuduwa North,602,"2,681","1,265","1,416"
Homagama,Kahathuduwa East,602C,"2,131",998,"1,133"
Expand Down
Loading

0 comments on commit d5dbe7d

Please sign in to comment.