plotnine.data.txhousing
txhousing = pd.read_csv(DATA_DIR / "txhousing.csv")
Housing sales in TX.
Description
Information about the housing market in Texas provided by the TAMU real estate center, http://recenter.tamu.edu/.
Format
A data frame with 8602 observations and 9 variables:
Column | Description |
---|---|
city | Name of MLS area |
year | Year |
month | Month |
sales | Number of sales |
volume | Total value of sales |
median | Median sale price |
listings | Total active listings |
inventory | “Months inventory”: amount of time it would take to sell all current listings at current pace of sales. |
date | Date |