Guest User

Untitled

a guest
Nov 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. |----------|-----------|-----------|-------|-------|------------|
  2. | hotel_id | plan code | room type | stock | price | Date |
  3. |----------|-----------|-----------|-------|-------|------------|
  4. | 12345 | 2178 | TWIN | 2 | 27450 | 2017/11/21 |
  5. |----------|-----------|-----------|-------|-------|------------|
  6. | 12451 | 2298 | SWEET | 14 | 47870 | 2017/12/26 |
  7. |----------|-----------|-----------|-------|-------|------------|
  8. | 43456 | 7890 | ROYAL | 11 | 72190 | 2018/03/02 |
  9. |----------|-----------|-----------|-------|-------|------------|
  10. | 21232 | 5672 | SINGLE | 0 | 7000 | 2018/06/11 |
  11.  
  12. |----------|-----------|---------------------------|------------------|
  13. | hotel_id | review_id | review | sentiment |
  14. |----------|-----------|---------------------------|------------------|
  15. | 12345 | 32324 | "Our Stay was good" | positive |
  16. |----------|-----------|---------------------------|------------------|
  17. | 34571 | 65435 | "Staff was rude" | Negative |
Add Comment
Please, Sign In to add comment