Baselight

Hotels In Lagos

A dataset of hotels in Lagos, Nigeria.

@kaggle.successikuku_hotels_in_lagos

Loading...
Loading...

About this Dataset

Hotels In Lagos

Columns

  • Hotel_Name: Name of the hotel
  • Location: The City the hotel is located
  • Address: Full address of the hotel
  • Cost: Cost of the lodge
  • Property_type: The type of property(Hotel, Apartment, Luxury Hotel etc.)
  • Likes: Number of people liked (online)
  • Rating: Hotel Rating
  • Review: Total number of people that rated the hotel

Tables

Hotels In Lagos

@kaggle.successikuku_hotels_in_lagos.hotels_in_lagos
  • 212.51 KB
  • 3395 rows
  • 9 columns
Loading...

CREATE TABLE hotels_in_lagos (
  "unnamed_0" BIGINT,
  "hotel_name" VARCHAR,
  "location" VARCHAR,
  "address" VARCHAR,
  "cost" VARCHAR,
  "property_type" VARCHAR,
  "likes" BIGINT,
  "rating" VARCHAR,
  "review" VARCHAR
);

Share link

Anyone who has the link will be able to view this.