# Calgary Housing Market Analysis (2019-2024)
## Key Findings
### Average Home Prices
- **Trend:** Steady increase from 2019 to early 2022, dip in mid-2022, stabilization by early 2023.
- **Current Status (May 2024):** Average home price is $699,117【9†source】.
### Sales Activity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import streamlit as st | |
import pandas as pd | |
import plotly.express as px | |
import requests | |
def fetch_data(api_url): | |
try: | |
response = requests.get(api_url) | |
response.raise_for_status() |
Calgary Housing Market Analysis (2019-2024) Key Findings:
Average Home Prices:
Steady increase from 2019 to early 2022. Dip in mid-2022 due to rising interest rates; stabilized by early 2023. As of May 2024, average home price is $699,117【9†source】. Sales Activity:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
did:3:kjzl6cwe1jw14a0httmuesti8o04sxsnb1njh9evprqit7rzyamujajnscwsc42 |
At the time of writing scripts are allowed to be used with TownStar, as long as they don't do anything that breaks the game, but double check what the rules say to be sure: https://support.gala.games/town-star-rules
Use at your own risk, I have tested this and am satisfied it is free of bugs, but I am not responsible for any loss incurred by others that arose from using this script.
Now for the fun stuff...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:3:bafyreiavz66hrb2fvgjwubqa7hjhbaehn2qpbaqh5krsthv4iwlh4yrznm ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am khaosans on github. | |
* I am sourc (https://keybase.io/sourc) on keybase. | |
* I have a public key ASD3hMlt69cOnMz03B-EKVVcjaI4BsTUKoSajwgAWLWW_wo | |
To claim this, I am signing this object: | |
```json | |
{ | |
"body": { | |
"key": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ADDRESS1": { | |
"visibility": "REQUIRED", | |
"text": "Street Address", | |
"placeHolderText": "555 Davis St.", | |
"canonNode": "ADDRESS", | |
"canonField": "ADDRESS1", | |
"type": "TEXT" | |
}, | |
"ADDRESS2": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pages": [ | |
{ | |
"title": "Business Info", | |
"scope": "LOAN", | |
"questions": [ | |
{ | |
"questionLibrary": "BUSINESS_NAME" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(args): | |
# parse arguments using optparse or argparse or what have you | |
print(args) | |
if __name__ == '__main__': | |
import sys | |
main(sys.argv[1:]) |
NewerOlder