Closed kylebarron closed 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 inpandas.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. 👍🏽
Great thanks!
The notebook looks great! Thanks!
Just a couple minor edits:
delimiter
var was defined at the top but then;
was hardcoded inpandas.read_csv
.@mattigrthr feel free to give a 👍 or 👎