Baselight

India's Pincode Wise Districts

Districts of India with Pin Code

@kaggle.somesh24_indias_pincode_wise_districts

Loading...
Loading...

About this Dataset

India's Pincode Wise Districts

Context

This dataset is created to analyse the districts of India.

Content

This dataset contains 6 columns which are mainly as below:

  • key: Pin code of the district
  • place name: District name
  • admin_name1: State/Union territory name
  • latitude: Latitude
  • longitude: Longitude
  • accuracy: Accuracy

Credits:

Data from datameet: http://datameet.org/
Also from Wikipedia: https://en.wikipedia.org/wiki/Postal_Index_Number

Tables

In

@kaggle.somesh24_indias_pincode_wise_districts.in
  • 231.92 KB
  • 11042 rows
  • 6 columns
Loading...

CREATE TABLE in (
  "key" VARCHAR,
  "place_name" VARCHAR,
  "admin_name1" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "accuracy" DOUBLE
);

Share link

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