The direct route between places is blocked. Find alternate route between two places using pandas (london_underground_data.xlsx) The dataframe has the following headers: Line, Start, End, Distance
import pandas as pd df = pd.read_excel("london_underground_data.xlsx") df