Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 4: Rider Performance by Gender and Age : In [25] cell #3

Open
saranyakavuri opened this issue Oct 2, 2020 · 0 comments
Open

Comments

@saranyakavuri
Copy link

I am using

    dist = []
for i in range(len(df)):
    dist.append(geopy.distance.vincenty(df.iloc[i]['Start Coordinates'],df.iloc[i]['End Coordinates']).miles)
    if (i%1000000==0):
        print(i)

I used geopy.distance.vincenty package but I got error saying that vincenty is not in geopy.distance package. Later when I used geodisc package I am getting error as

ValueError: Point coordinates must be finite. (nan, nan, 0.0) has been passed as coordinates

Later I tried using disance.csv file but I am not sure regarding columns in distance.csv file.
Could you please let me know the columns used in distance.csv file else can you please share distance.csv file.

Regards,
Saranya K

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant