foursquare / fsq-studio-sdk-examples

Foursquare Studio is a platform to visualize, unify, enrich, and analyze spatial data on a planetary scale.
https://studio.foursquare.com
MIT License
20 stars 12 forks source link

Minor edits to kuwala notebook #35

Closed kylebarron closed 3 years ago

kylebarron commented 3 years ago

The notebook looks great! Thanks!

Just a couple minor edits:

@mattigrthr feel free to give a 👍 or 👎

mattigrthr commented 3 years ago

The notebook looks great! Thanks!

Just a couple minor edits:

  • The delimiter var was defined at the top but then ; was hardcoded in pandas.read_csv.
  • Maybe a little cleaner to define the polygon region as a list instead of json within a string? 🤷‍♂️

@mattigrthr feel free to give a 👍 or 👎

Good catch, the delimiter slipped through when I switch from PySpark to Pandas.

And the polygon part makes sense as well. 👍🏽

kylebarron commented 3 years ago

Great thanks!