Skip to content

Python related tutorials

Python

Step-by-step Data Table Merging or Cross Referencing Tutorial for Beginners – covering all types of merges

Particular useful for non-technical professionals or beginners. What are different types of marges for data tables and how we can apply them on any data tables or sheets, for example on excel or google sheets files Use-case: A tutorial for… Read More »Step-by-step Data Table Merging or Cross Referencing Tutorial for Beginners – covering all types of merges

Parsing Address strings in Python: structure address text data in python

Getting structured address components (Street name, street number, street direction, city, state/province, etc.) from unstructured text examples of using ez_address_parser and usaddress packages Use-case: Let’s say we want to extract consistent and structured address information from raw text or from… Read More »Parsing Address strings in Python: structure address text data in python

Reverse Geocoding: Find city names from latitude and longitude coordinates

– cross reference and apply shapefile polygons on coordinates in data – Python/GIS | Geopandas & shapley Use-case: Applying reverse-geocoding free of charge using an appropriate shapefile (including polygons data) in Python. Let’s say you have some geographical coordinates in… Read More »Reverse Geocoding: Find city names from latitude and longitude coordinates

How-to: Geographical visualization of a route or road path such as bus transits

This tutorial shows how to visualize an interactive map in python. We visualize a map of polyline or a route or road map in python. We use an example of transit or bus route map to visualize in this blog.… Read More »How-to: Geographical visualization of a route or road path such as bus transits

Sorting spreadsheets based on one or multiple columns – quick solution for slow loading sheets in excel or google sheets

– simple code win in Python GIS tutorial Use-case: Sort a tabular data based on one or multiple columns using a simple and accessible python method. Specially useful for less technical background who may deal with a spreadsheet in excel… Read More »Sorting spreadsheets based on one or multiple columns – quick solution for slow loading sheets in excel or google sheets