Jupyter Notebook to Retrieve Longitude and Latitude of a huge number of places
Python libraries used in this notebook.
- pandas
- Geopy
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
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.