Questions

Discuss among the team and come up with five distinct question classes relevant to the Yelp dataset.

Here is a simple question class provided as an example that has only one variable.

How many businesses have more than X review counts?

Three example of specific questions in this class are:

  • How many businesses have more than 1000 review counts?
  • How many businesses have more than 500 review counts?
  • How many businesses have more than 100 review counts?

(Which region has the highest amount of business open after 9pm)

Three example of specific questions in this class are:

  • (Is north has higher amount of business than the south? or vice versa)
  • (Is east has the higher amount of business than the west? or vice versa)
  • (What is the relative amount of business of colorado compare to the east?)

(How many businesses recieved an average review of X stars or above?)

Three example of specific questions in this class are:

  • (How many businesses recieved an average review of 2 stars or above?)
  • (How many businesses recieved an average review of 3 stars or above?)
  • (How many businesses recieved an average review of 4 stars or above?)

How many businesses are open on X day and Y hour?

Three example of specific questions in this class are:

  • (How many businesses are open on Monday at 1 am?)
  • (How many businesses are open on Sunday at 12 noon?)
  • (How many businesses are open on Saturday at 4am?)