Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 698 Bytes

File metadata and controls

18 lines (11 loc) · 698 Bytes

Jupyter-Notebook-to-Retrieve-Longitude-and-Latitude-of-Bulk-Place-Data

Jupyter Notebook to Retrieve Longitude and Latitude of a huge number of places

Python libraries used in this notebook.

The result file places_with_coordinates.txt has some result as null which shows that geopy coudnt figure out those places.

Data file : Randomly curated by Ambu Vijayan

Commands to install required python packages for this Jupyter Notebook

  • sudo apt install python3-pip to install pip3 and Python 3
  • sudo pip install geopy

Disclaimer : The csv data is just random values and doesnot represent any real data.