Data Visualization Part 4: Plotting Cities in a map
As part of learning continues we would plot the cities in the google map. The exercises mostly have been taken from https://developers.google.com/chart and http://visual.yantrajaal.com/2013/12/cities-of-india.html.
Interesting Isn't It?
We have a data that contains the number of registered vehicles in different years
Steps to be followed:
1) The doc link is https://docs.google.com/spreadsheets/d/1rrz2aobU3Htc4Ez6Alcga_ROhRo2ZyzKsrkmL-cTOT4/edit#gid=0 where the shet is CityWise 2 and range is identified by sheet = CityWise2
2) The range is identified by range = B2:M23
Interesting Isn't It?
We have a data that contains the number of registered vehicles in different years
Steps to be followed:
1) The doc link is https://docs.google.com/spreadsheets/d/1rrz2aobU3Htc4Ez6Alcga_ROhRo2ZyzKsrkmL-cTOT4/edit#gid=0 where the shet is CityWise 2 and range is identified by sheet = CityWise2
2) The range is identified by range = B2:M23
Comments
Post a Comment