all_neighborhoods_df.hvplot.points('Lon', 'Lat', geo=True, color="gross_rent",
size="sale_price_sqr_foot", frame_height=500,
frame_width=700, title="Neighborhood Map")
When I looked through the documentation it said that having geo=True
will bring the map but the result I received is this:
The result I should get is something like this: