Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Capstone Project - The Battle of Neighbourhoods"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "## Introduction / Business Problem"
  15. ]
  16. },
  17. {
  18. "cell_type": "markdown",
  19. "metadata": {},
  20. "source": [
  21. "## \"Best City in United States for Game Zone\""
  22. ]
  23. },
  24. {
  25. "cell_type": "markdown",
  26. "metadata": {},
  27. "source": [
  28. "Many people are interested in starting a gaming zone in the best locality of all the cities in US. The best locatlity based might be based on, \n",
  29. "\n",
  30. " -Population density of a locality \n",
  31. " -Per Capital income\n",
  32. " -Population of each location\n",
  33. " -Venues in each locality \n",
  34. "\n",
  35. "The category of the venues interested in are, \n",
  36. "\n",
  37. " -Entertainment \n",
  38. " -Service\n",
  39. " -Academics\n",
  40. " -Activities\n",
  41. " -Food\n",
  42. " -Nightife Spot\n",
  43. " -Outdoors & Recreation\n",
  44. " -Professional \n",
  45. " -Residence\n",
  46. " -Travel & Transport"
  47. ]
  48. },
  49. {
  50. "cell_type": "code",
  51. "execution_count": null,
  52. "metadata": {},
  53. "outputs": [],
  54. "source": []
  55. }
  56. ],
  57. "metadata": {
  58. "kernelspec": {
  59. "display_name": "Python 3",
  60. "language": "python",
  61. "name": "python3"
  62. },
  63. "language_info": {
  64. "codemirror_mode": {
  65. "name": "ipython",
  66. "version": 3
  67. },
  68. "file_extension": ".py",
  69. "mimetype": "text/x-python",
  70. "name": "python",
  71. "nbconvert_exporter": "python",
  72. "pygments_lexer": "ipython3",
  73. "version": "3.6.7"
  74. }
  75. },
  76. "nbformat": 4,
  77. "nbformat_minor": 4
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement