Skip to content

Commit

Permalink
fix bikereg sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoscardi committed Sep 23, 2023
1 parent 4d786be commit c3791a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ def load_br_data():
events.to_json("events.json", orient='records')
return events

bikereg_events = pd.read_pickle("events.pkl")
gmaps_func = lambda x: "https://maps.google.com?q={},{}".format(x["Latitude"], x["Longitude"])
bikereg_events["gmaps_url"] = bikereg_events.apply(gmaps_func, axis=1)



Expand Down

0 comments on commit c3791a1

Please sign in to comment.