Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suvoooo/coursera_capstone
Prospect of a Lunch Restaurant in Tokyo
https://github.com/suvoooo/coursera_capstone
Last synced: 3 months ago
JSON representation
Prospect of a Lunch Restaurant in Tokyo
- Host: GitHub
- URL: https://github.com/suvoooo/coursera_capstone
- Owner: suvoooo
- Created: 2019-03-22T14:23:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T13:46:15.000Z (over 4 years ago)
- Last Synced: 2024-11-02T12:52:05.375Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 7.36 MB
- Stars: 5
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prospect of a Lunch Restaurant in Tokyo
Scrap data from Web to analyze and simply understand which Tokyo Neighborhood is the best suitable
to start a new lunch restaurant. To decide the best neigborhood 5 major districts (Chiyoda-- 千代田区, Chuo-- 中央区,
Shinjuku-- 新宿区, Shibuya-- 渋谷, Shinagawa-- 品川区) were selected for the final battle.#### Libraries Used:
* [Pandas](https://pandas.pydata.org/)
* [Numpy](https://numpy.org/)
* [Scikit Learn](https://scikit-learn.org/stable/)
* [Requests](https://requests.readthedocs.io/en/master/)
* [bs4](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
* [Geopy](https://geopy.readthedocs.io/en/stable/#)Conclusions and discussions in detail can be found inside the [pdf file](https://github.com/suvoooo/Coursera_Capstone/blob/master/Week5/Capstone_Week4_Report.pdf).
A detailed blog post was also written about this on [Towards Data Science](https://towardsdatascience.com/exploring-the-tokyo-neighborhoods-data-science-in-real-life-8b6c2454ca16).Enjoy!