Generation

generate functionWed, 16 Nov 2022

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

Want to kickstart your project?Use the new AI Studio to create your code