Business Analysis Restaurants around the dock in Jakarta
Introduction
you can download this notebook on https://github.com/faoziaziz/Coursera_Capstone/blob/master/Week4indo.ipynb
Background
Indonesia has many islands, this gives Indonesia many docks. But not all docks can be utilized properly. For entrepreneurs, this project can be a reference before you invest in various islands around Jakarta. by using the python toolset and data analysis we will analyze investment errors around the port of Jakarta.Problem
How do you determine the best investment, especially in restaurants on the island around Jakarta?Interest
This project will be a description of the best location to be used as a reference for investment. Data I used a dataset from the Indonesian Ministry of Transportation to get traffic data for people going in and out of the dock. Available data is only available for 2018 and is still enumerated every month. I use pandas from python to convert them to dataframes. I got the dataset from the following link https://data.jakarta.go.id/dataset/data-penumpang-kapal-dari-dan-ke-kepulauan-seribu-tahun-2018-kpi.Data
Data Preprocessing amd Cleaning
I get data for each month in 2018 for that I try to combine data every month. Here is a sample of the data,
this image show the dataset from Ministry of Transportation
Methodology
- I combine all the datasets every month to make it 2018 data.
- I plot it to get a graph of the traffic of people on the dock.
- I use the Foursquare API to be able to track the location of the nearest venue as a consideration for creating a business restaurant
![]() |
table descriotion after cleaning |
I also use the data from google like latitude and longitude to get parameter to pass on foursquare api
![]() |
latituda and longitude dataset |
![]() |
count graph |
but from the graph above port of Angke has a much lower traffic than kelapa ports
![]() |
follium from muara anke port |
The picture above is a picture showing the venue area for a map near the muara anke port. The picture above is an example of a port.
Comments
Post a Comment