Baselight

Venues In Bournemouth

Venues in the seaside resort of Bournemouth, UK.

@kaggle.r3w0p4_bournemouth_venues

Loading...
Loading...

About this Dataset

Venues In Bournemouth

Context

Venues in the seaside resort of Bournemouth, UK.

Content

A comma-separated list of venues in the Bournemouth area, containing:

  • The name of the venue.
  • The category of venue.
  • The location of the venue in Bournemouth, expressed as latitude and longitude.

Acknowledgements

The dataset was collected using Foursquare's venue explore API.

Inspiration

I used this dataset when completing my final assignment in the Applied Data Science Capstone course.

Tables

Bournemouth Venues

@kaggle.r3w0p4_bournemouth_venues.bournemouth_venues
  • 7.54 KB
  • 100 rows
  • 4 columns
Loading...

CREATE TABLE bournemouth_venues (
  "venue_name" VARCHAR,
  "venue_category" VARCHAR,
  "venue_latitude" DOUBLE,
  "venue_longitude" DOUBLE
);

Share link

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