You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we select a new city in the dashboard, the deviation from average amenity heat is not updated because the value is fixed at the top of the app (line 37-38).
The variable "heat_dev_from_amenities" should be computed after subsetting data once the filtes are selected.
The text was updated successfully, but these errors were encountered:
When we select a new city in the dashboard, the deviation from average amenity heat is not updated because the value is fixed at the top of the app (line 37-38).
The variable "heat_dev_from_amenities" should be computed after subsetting data once the filtes are selected.
The text was updated successfully, but these errors were encountered: