Baselight

Singapore Cafe POIs

A comprehensive dataset of cafes in Singapore, featuring location, contact detai

@kaggle.sunnysharma432_singapore_cafe_pois

Loading...
Loading...

About this Dataset

Singapore Cafe POIs

Dataset Description:

This dataset contains a collection of cafes located throughout Singapore. It includes key information such as the name, location (latitude and longitude), contact details (phone number and website), and addresses of various cafes. This dataset is ideal for food and beverage analysis, location-based services, business analytics, and urban planning.

Whether you're interested in exploring the cafe scene in Singapore, conducting location analysis, or developing recommendation systems for food and drink establishments, this dataset provides essential data for your projects.

Key Features:

Name: The name of each cafe.

Latitude/Longitude: Geographical coordinates to pinpoint cafe locations.

Address: Full street address and location information.

Phone: Contact numbers of cafes.

Website: Websites or online presence of cafes (if available).

Category: The business category (Cafe).

This dataset is updated and curated for accuracy and is a valuable resource for developers, data scientists, and businesses interested in the food and beverage sector of Singapore.

Tables

Singapore Cafe Pois

@kaggle.sunnysharma432_singapore_cafe_pois.singapore_cafe_pois
  • 71.28 KB
  • 1807 rows
  • 8 columns
Loading...

CREATE TABLE singapore_cafe_pois (
  "name" VARCHAR,
  "category" VARCHAR,
  "lat" DOUBLE,
  "lon" DOUBLE,
  "brand" VARCHAR,
  "address" VARCHAR,
  "website" VARCHAR,
  "phone" VARCHAR
);

Share link

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