Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+8 votes
asked in DATA360_Spring2019 by (1 point)

3 Answers

+3 votes
 
Best answer

I noticed that some of your projects contain the geolocation data that might need a map plotting tool. Therefore, I want to share this document with you guys which I found really interesting on the Internet. This is the library I used for my project to plot the cameras data and the crime data on Google Maps. The link is below:
https://jupyter-gmaps.readthedocs.io/en/stable/tutorial.html#
I hope it will be helpful for some of you in the near future.

answered by (1 point)
+2 votes

Also, tableau is a very powerful and convenient data plotting tool for those who are having trouble with python in general. https://www.tableau.com/

answered by (1 point)
+2 votes

I think before we use gmaps we need fiona and geopandas for data processing.

answered by (1 point)
...