Skip to content

Spelling mistake: "haversine_cy" not "haversine_cy_dtype" #3

@ngminhtrung

Description

@ngminhtrung

Please correct:

image

Not:

%timeit df['distance'] = df.apply(lambda row: haversine_cy_dtype(40.671, -73.985, row['latitude'], row['longitude']), axis=1)

But:

%timeit df['distance'] = df.apply(lambda row: haversine_cy(40.671, -73.985, row['latitude'], row['longitude']), axis=1)

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions