Guest User

Untitled

a guest
Mar 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "Question 1:"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "Data Source: Amsterdam availability data scraped from AirBnB on December 24th. Question: What are the popular neighborhoods in Amsterdam?"
  15. ]
  16. },
  17. {
  18. "cell_type": "markdown",
  19. "metadata": {},
  20. "source": [
  21. "The data source in this case would be bias because the data is taken from the day before Christmas. Maybe reframe the question to where best to find a place to stay in Amsterdam during the holidays."
  22. ]
  23. },
  24. {
  25. "cell_type": "markdown",
  26. "metadata": {},
  27. "source": [
  28. "Question 2:"
  29. ]
  30. },
  31. {
  32. "cell_type": "markdown",
  33. "metadata": {},
  34. "source": [
  35. "Mental health services use on September 12, 2001 in San Francisco, CA and New York City, NY. \n",
  36. "Question: How do patterns of mental health service use vary between cities?"
  37. ]
  38. },
  39. {
  40. "cell_type": "markdown",
  41. "metadata": {},
  42. "source": [
  43. "The data source in this case would be bias because as one would expect mental health services would be extremely higher than normal the day after September 11, 2001. Maybe reframe the questions to focus on the rise in the use of mental health services after terror attacks."
  44. ]
  45. },
  46. {
  47. "cell_type": "markdown",
  48. "metadata": {},
  49. "source": [
  50. "Question 3:"
  51. ]
  52. },
  53. {
  54. "cell_type": "markdown",
  55. "metadata": {},
  56. "source": [
  57. "Data Source: Armenian Pub Survey. \n",
  58. "Question: What are the most common reasons Armenians visit local pubs?"
  59. ]
  60. },
  61. {
  62. "cell_type": "markdown",
  63. "metadata": {},
  64. "source": [
  65. "The data souce in this case would be bias because this survey is only for university students. Maybe reframe to focus only the most common reasons Armenian university students visit local pubs."
  66. ]
  67. }
  68. ],
  69. "metadata": {
  70. "kernelspec": {
  71. "display_name": "Python 3",
  72. "language": "python",
  73. "name": "python3"
  74. },
  75. "language_info": {
  76. "codemirror_mode": {
  77. "name": "ipython",
  78. "version": 3
  79. },
  80. "file_extension": ".py",
  81. "mimetype": "text/x-python",
  82. "name": "python",
  83. "nbconvert_exporter": "python",
  84. "pygments_lexer": "ipython3",
  85. "version": "3.6.4"
  86. }
  87. },
  88. "nbformat": 4,
  89. "nbformat_minor": 2
  90. }
Add Comment
Please, Sign In to add comment