Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "<H1><b>Average Monthly Income & Venues Data Analysis of Thailand"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "<H2>A1 Background and Problem"
  15. ]
  16. },
  17. {
  18. "cell_type": "markdown",
  19. "metadata": {},
  20. "source": [
  21. " Thailand the country at the center of the Southeast Asian Indochinese with population about 68 million people, composed of 77 provinces, was the most visited country in Southeast Asia in 2013, according to the World Tourism Organization.\n",
  22. " \n",
  23. " As a resident of Thailand, I would like to study the average monthly income in each provinces of Thailand therefore both government and investor might use the information for making long-term strategic planing. \n",
  24. " \n",
  25. " In order to forecast the average monthly income, we could use the venues data because in each provinces if people has higher monthly income, the consumable ability will be higher then the investment in each venues will be higher and vice versa."
  26. ]
  27. },
  28. {
  29. "cell_type": "markdown",
  30. "metadata": {},
  31. "source": [
  32. "<H2>A2 description of the data"
  33. ]
  34. },
  35. {
  36. "cell_type": "markdown",
  37. "metadata": {},
  38. "source": [
  39. "1. Name of each provinces from **Wikipedia**\n",
  40. " * Cleaning and Making initial dataframe \n",
  41. "2. The average monthly income from **Thailand government open data**.\n",
  42. " * Matching with the dataframe\n",
  43. "3. Latitude and Longitude from **Google**.\n",
  44. " * Matching with the dataframe\n",
  45. "4. Common venues from **Four Square** for each provinces of Thailand.\n",
  46. " * Ranking the most common venues in each provinces\n",
  47. " * Merging with the dataframe\n",
  48. "5. Thailand Geojson file from **Github/apisit** for choropleth map.\n",
  49. " * Solving the unmatched province name."
  50. ]
  51. },
  52. {
  53. "cell_type": "code",
  54. "execution_count": null,
  55. "metadata": {},
  56. "outputs": [],
  57. "source": []
  58. }
  59. ],
  60. "metadata": {
  61. "kernelspec": {
  62. "display_name": "Python 3",
  63. "language": "python",
  64. "name": "python3"
  65. },
  66. "language_info": {
  67. "codemirror_mode": {
  68. "name": "ipython",
  69. "version": 3
  70. },
  71. "file_extension": ".py",
  72. "mimetype": "text/x-python",
  73. "name": "python",
  74. "nbconvert_exporter": "python",
  75. "pygments_lexer": "ipython3",
  76. "version": "3.6.8"
  77. }
  78. },
  79. "nbformat": 4,
  80. "nbformat_minor": 2
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement