Capstone Project for IBM Applied Data Science specialization via Coursera.
This markdown file is about the Capstone Project.
What I have done is created this repo on my github account which https://www.github.com/khemanta/Coursera_Capstone
I will alos create Jupyter Notebook, (coursera_capstone_notebook.ipynb) which does the followings:
This markdown to explain that this notebook will be mainly used for the capstone project.
Fowllowing steps of code block I have created.
- Import the pandas library as pd.
import pandas as pd
- Import the Numpy library as np.
import numpy as np
- Print the following the statement: Hello Capstone Project Course!
print("Hello Capstone Project course!")
- Push the Notebook to your Github repository and submit a link to the notebook on your Github repository.
The link of this github repository is https://www.github.com/khemanta/Coursera_Capstone
geographic-segmentation-and-clustering.ipynb
-
WEB-SCRAPING THE WIKIPEDIA PAGE FOR TABLE OF POSTAL CODE OF CANADA
-
INSPECTING THE SOURCE-CODE OF THE WEBPAGE
-
DATA PRE-PROCESSING, CLEANING AND CONEVRT TO DATAFRAME
-
READING THE LATITUDE AND LONGITUDE INFORMATION FROM GEOSPATIAL DATA
-
MERGING OF THE NEIGHBORHOOD POSTAL CODE WITH GEO-CODE (LAT, LON)
-
SEGMENTATION & CLUSTERING OF THE NEIGHBOURHOOD OF TORONTO
-
CLUSTERING OF THE NEIGHBORHOODS AND VISUALIZATION