I've been trying to measure geographic distance between points in a GeoDataframe (gdb['geometry']) and one specific point, let's say, b_xy. gdb['geometry'] is a
I am working on pandas dataframe with quite a few hundreds addresses, trying to add a new column with coordinates received from geopy. Main question: how to han