Baselight

Mangalore City Neighborhoods And Coordinates

Mangalore places and coordinates

@kaggle.hrishikeshbhandarkar_mangalore_city_neighborhoods_and__a50d8b18

Loading...
Loading...

About this Dataset

Mangalore City Neighborhoods And Coordinates

This dataset can help in analyzing the neighborhood, clustering places based on popular spots such as eatery, temples, beach, parks, hospitals, colleges and many more in Mangalore city.

Being the coastal attraction in Karnataka, Mangalore is famous in seafood, culture, beach life and most importantly in being called as Tulunadu. The city is also famous for Ice-cream legacy.

This dataset is especially for those who wish to go with plotting maps using Folium for neighborhood analysis based on specific venue(Foursquare API etc).

The source of the data is from this wikipedia page from where it is web scraped using beautifulsoup and then gathered the coordinates using geocoder library : https://en.wikipedia.org/wiki/Category:Localities_in_Mangalore

Tables

Mangalore Neighborhood Coords

@kaggle.hrishikeshbhandarkar_mangalore_city_neighborhoods_and__a50d8b18.mangalore_neighborhood_coords
  • 4.28 KB
  • 63 rows
  • 3 columns
Loading...

CREATE TABLE mangalore_neighborhood_coords (
  "neighborhood" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Share link

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