The below Jupyter notebook shows you how to get directions using openrouteservice and its Python wrapper, openrouteservice-py.
Continue reading “Getting Directions in Python with OpenRouteService-py”Category: Python
SQL Import Excel File to Table with Python Pandas
If you’re looking for a simple script to extract data from an excel file and put it in an SQL table, you’ve come to the right place. In this article, I will show you how to use python pandas and sqlalchemy to import an excel file to a SQL database (MySQL) in a free, fast and flexible manner. The same method also works for SQLite or other SQL databases, but the connection details will be different.