dataset[["station_latitude","station_longitude"]]=dataset.apply(lambda x: pd.Series(get_lat_long(x['Station Name'])),axis=1)
dataset