fix: update checker and remove old files
Browse files- checker.ipynb +54 -45
- processors/rentals.ipynb +318 -2
checker.ipynb
CHANGED
@@ -18,9 +18,18 @@
|
|
18 |
},
|
19 |
{
|
20 |
"cell_type": "code",
|
21 |
-
"execution_count":
|
22 |
"metadata": {},
|
23 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"source": [
|
25 |
"from datasets import load_dataset\n",
|
26 |
"from os import path"
|
@@ -28,133 +37,133 @@
|
|
28 |
},
|
29 |
{
|
30 |
"cell_type": "code",
|
31 |
-
"execution_count":
|
32 |
"metadata": {},
|
33 |
"outputs": [
|
34 |
{
|
35 |
"name": "stdout",
|
36 |
"output_type": "stream",
|
37 |
"text": [
|
38 |
-
"
|
39 |
]
|
40 |
},
|
41 |
{
|
42 |
"name": "stderr",
|
43 |
"output_type": "stream",
|
44 |
"text": [
|
45 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00,
|
46 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00,
|
47 |
-
"Downloading data: 100%|██████████|
|
48 |
-
"Generating train split: 100%|██████████|
|
49 |
-
"Creating parquet from Arrow format: 100%|██████████|
|
50 |
]
|
51 |
},
|
52 |
{
|
53 |
"name": "stdout",
|
54 |
"output_type": "stream",
|
55 |
"text": [
|
56 |
-
"
|
57 |
]
|
58 |
},
|
59 |
{
|
60 |
"name": "stderr",
|
61 |
"output_type": "stream",
|
62 |
"text": [
|
63 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00,
|
64 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 28.
|
65 |
-
"Downloading data: 100%|██████████|
|
66 |
-
"Generating train split: 100%|██████████|
|
67 |
-
"Creating parquet from Arrow format: 100%|██████████|
|
68 |
]
|
69 |
},
|
70 |
{
|
71 |
"name": "stdout",
|
72 |
"output_type": "stream",
|
73 |
"text": [
|
74 |
-
"
|
75 |
]
|
76 |
},
|
77 |
{
|
78 |
"name": "stderr",
|
79 |
"output_type": "stream",
|
80 |
"text": [
|
81 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00,
|
82 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00,
|
83 |
-
"Downloading data: 100%|██████████|
|
84 |
-
"Generating train split: 100%|██████████|
|
85 |
-
"Creating parquet from Arrow format: 100%|██████████|
|
86 |
]
|
87 |
},
|
88 |
{
|
89 |
"name": "stdout",
|
90 |
"output_type": "stream",
|
91 |
"text": [
|
92 |
-
"
|
93 |
]
|
94 |
},
|
95 |
{
|
96 |
"name": "stderr",
|
97 |
"output_type": "stream",
|
98 |
"text": [
|
99 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 6.
|
100 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00,
|
101 |
-
"Downloading data: 100%|██████████|
|
102 |
-
"Generating train split: 100%|██████████|
|
103 |
-
"Creating parquet from Arrow format: 100%|██████████|
|
104 |
]
|
105 |
},
|
106 |
{
|
107 |
"name": "stdout",
|
108 |
"output_type": "stream",
|
109 |
"text": [
|
110 |
-
"
|
111 |
]
|
112 |
},
|
113 |
{
|
114 |
"name": "stderr",
|
115 |
"output_type": "stream",
|
116 |
"text": [
|
117 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00,
|
118 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00,
|
119 |
-
"Downloading data: 100%|██████████|
|
120 |
-
"Generating train split: 100%|██████████|
|
121 |
-
"Creating parquet from Arrow format: 100%|██████████|
|
122 |
]
|
123 |
},
|
124 |
{
|
125 |
"name": "stdout",
|
126 |
"output_type": "stream",
|
127 |
"text": [
|
128 |
-
"
|
129 |
]
|
130 |
},
|
131 |
{
|
132 |
"name": "stderr",
|
133 |
"output_type": "stream",
|
134 |
"text": [
|
135 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00,
|
136 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00,
|
137 |
-
"Downloading data: 100%|██████████|
|
138 |
-
"Generating train split: 100%|██████████|
|
139 |
-
"Creating parquet from Arrow format: 100%|██████████|
|
140 |
]
|
141 |
},
|
142 |
{
|
143 |
"name": "stdout",
|
144 |
"output_type": "stream",
|
145 |
"text": [
|
146 |
-
"
|
147 |
]
|
148 |
},
|
149 |
{
|
150 |
"name": "stderr",
|
151 |
"output_type": "stream",
|
152 |
"text": [
|
153 |
-
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00,
|
154 |
-
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00,
|
155 |
-
"Downloading data: 100%|██████████|
|
156 |
-
"Generating train split: 100%|██████████|
|
157 |
-
"Creating parquet from Arrow format: 100
|
158 |
]
|
159 |
}
|
160 |
],
|
|
|
18 |
},
|
19 |
{
|
20 |
"cell_type": "code",
|
21 |
+
"execution_count": 2,
|
22 |
"metadata": {},
|
23 |
+
"outputs": [
|
24 |
+
{
|
25 |
+
"name": "stderr",
|
26 |
+
"output_type": "stream",
|
27 |
+
"text": [
|
28 |
+
"/Users/misikoff/opt/anaconda3/envs/sta663/lib/python3.12/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
|
29 |
+
" from .autonotebook import tqdm as notebook_tqdm\n"
|
30 |
+
]
|
31 |
+
}
|
32 |
+
],
|
33 |
"source": [
|
34 |
"from datasets import load_dataset\n",
|
35 |
"from os import path"
|
|
|
37 |
},
|
38 |
{
|
39 |
"cell_type": "code",
|
40 |
+
"execution_count": 3,
|
41 |
"metadata": {},
|
42 |
"outputs": [
|
43 |
{
|
44 |
"name": "stdout",
|
45 |
"output_type": "stream",
|
46 |
"text": [
|
47 |
+
"days_on_market\n"
|
48 |
]
|
49 |
},
|
50 |
{
|
51 |
"name": "stderr",
|
52 |
"output_type": "stream",
|
53 |
"text": [
|
54 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 1.15MB/s]\n",
|
55 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 31.6MB/s]\n",
|
56 |
+
"Downloading data: 100%|██████████| 229M/229M [00:06<00:00, 36.5MB/s] \n",
|
57 |
+
"Generating train split: 100%|██████████| 586714/586714 [00:18<00:00, 31528.72 examples/s]\n",
|
58 |
+
"Creating parquet from Arrow format: 100%|██████████| 587/587 [00:00<00:00, 1263.22ba/s]\n"
|
59 |
]
|
60 |
},
|
61 |
{
|
62 |
"name": "stdout",
|
63 |
"output_type": "stream",
|
64 |
"text": [
|
65 |
+
"for_sale_listings\n"
|
66 |
]
|
67 |
},
|
68 |
{
|
69 |
"name": "stderr",
|
70 |
"output_type": "stream",
|
71 |
"text": [
|
72 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 29.5MB/s]\n",
|
73 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 28.6MB/s]\n",
|
74 |
+
"Downloading data: 100%|██████████| 180M/180M [00:05<00:00, 35.9MB/s] \n",
|
75 |
+
"Generating train split: 100%|██████████| 578653/578653 [00:18<00:00, 32029.85 examples/s]\n",
|
76 |
+
"Creating parquet from Arrow format: 100%|██████████| 579/579 [00:00<00:00, 1328.81ba/s]\n"
|
77 |
]
|
78 |
},
|
79 |
{
|
80 |
"name": "stdout",
|
81 |
"output_type": "stream",
|
82 |
"text": [
|
83 |
+
"home_values\n"
|
84 |
]
|
85 |
},
|
86 |
{
|
87 |
"name": "stderr",
|
88 |
"output_type": "stream",
|
89 |
"text": [
|
90 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 25.7MB/s]\n",
|
91 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 24.1MB/s]\n",
|
92 |
+
"Downloading data: 100%|██████████| 41.1M/41.1M [00:01<00:00, 35.7MB/s]\n",
|
93 |
+
"Generating train split: 100%|██████████| 117912/117912 [00:03<00:00, 34620.98 examples/s]\n",
|
94 |
+
"Creating parquet from Arrow format: 100%|██████████| 118/118 [00:00<00:00, 1494.28ba/s]\n"
|
95 |
]
|
96 |
},
|
97 |
{
|
98 |
"name": "stdout",
|
99 |
"output_type": "stream",
|
100 |
"text": [
|
101 |
+
"home_values_forecasts\n"
|
102 |
]
|
103 |
},
|
104 |
{
|
105 |
"name": "stderr",
|
106 |
"output_type": "stream",
|
107 |
"text": [
|
108 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 6.64MB/s]\n",
|
109 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 35.1MB/s]\n",
|
110 |
+
"Downloading data: 100%|██████████| 14.1M/14.1M [00:00<00:00, 22.3MB/s]\n",
|
111 |
+
"Generating train split: 100%|██████████| 31854/31854 [00:01<00:00, 27067.63 examples/s]\n",
|
112 |
+
"Creating parquet from Arrow format: 100%|██████████| 32/32 [00:00<00:00, 814.79ba/s]\n"
|
113 |
]
|
114 |
},
|
115 |
{
|
116 |
"name": "stdout",
|
117 |
"output_type": "stream",
|
118 |
"text": [
|
119 |
+
"new_construction\n"
|
120 |
]
|
121 |
},
|
122 |
{
|
123 |
"name": "stderr",
|
124 |
"output_type": "stream",
|
125 |
"text": [
|
126 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 34.8MB/s]\n",
|
127 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 26.8MB/s]\n",
|
128 |
+
"Downloading data: 100%|██████████| 10.9M/10.9M [00:00<00:00, 27.7MB/s]\n",
|
129 |
+
"Generating train split: 100%|██████████| 49487/49487 [00:01<00:00, 36723.35 examples/s]\n",
|
130 |
+
"Creating parquet from Arrow format: 100%|██████████| 50/50 [00:00<00:00, 1286.17ba/s]\n"
|
131 |
]
|
132 |
},
|
133 |
{
|
134 |
"name": "stdout",
|
135 |
"output_type": "stream",
|
136 |
"text": [
|
137 |
+
"rentals\n"
|
138 |
]
|
139 |
},
|
140 |
{
|
141 |
"name": "stderr",
|
142 |
"output_type": "stream",
|
143 |
"text": [
|
144 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 8.60MB/s]\n",
|
145 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 27.0MB/s]\n",
|
146 |
+
"Downloading data: 100%|██████████| 447M/447M [00:11<00:00, 39.1MB/s] \n",
|
147 |
+
"Generating train split: 100%|██████████| 1258740/1258740 [00:30<00:00, 40747.46 examples/s]\n",
|
148 |
+
"Creating parquet from Arrow format: 100%|██████████| 1259/1259 [00:00<00:00, 1421.17ba/s]\n"
|
149 |
]
|
150 |
},
|
151 |
{
|
152 |
"name": "stdout",
|
153 |
"output_type": "stream",
|
154 |
"text": [
|
155 |
+
"sales\n"
|
156 |
]
|
157 |
},
|
158 |
{
|
159 |
"name": "stderr",
|
160 |
"output_type": "stream",
|
161 |
"text": [
|
162 |
+
"Downloading builder script: 100%|██████████| 26.9k/26.9k [00:00<00:00, 26.0MB/s]\n",
|
163 |
+
"Downloading readme: 100%|██████████| 24.0k/24.0k [00:00<00:00, 31.7MB/s]\n",
|
164 |
+
"Downloading data: 100%|██████████| 139M/139M [00:03<00:00, 36.0MB/s] \n",
|
165 |
+
"Generating train split: 100%|██████████| 255024/255024 [00:10<00:00, 24344.14 examples/s]\n",
|
166 |
+
"Creating parquet from Arrow format: 100%|████���█████| 256/256 [00:00<00:00, 925.38ba/s]\n"
|
167 |
]
|
168 |
}
|
169 |
],
|
processors/rentals.ipynb
CHANGED
@@ -31,7 +31,323 @@
|
|
31 |
"cell_type": "code",
|
32 |
"execution_count": 3,
|
33 |
"metadata": {},
|
34 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"source": [
|
36 |
"data_frames = []\n",
|
37 |
"\n",
|
@@ -774,7 +1090,7 @@
|
|
774 |
},
|
775 |
{
|
776 |
"cell_type": "code",
|
777 |
-
"execution_count":
|
778 |
"metadata": {},
|
779 |
"outputs": [],
|
780 |
"source": [
|
|
|
31 |
"cell_type": "code",
|
32 |
"execution_count": 3,
|
33 |
"metadata": {},
|
34 |
+
"outputs": [
|
35 |
+
{
|
36 |
+
"data": {
|
37 |
+
"text/html": [
|
38 |
+
"<div>\n",
|
39 |
+
"<style scoped>\n",
|
40 |
+
" .dataframe tbody tr th:only-of-type {\n",
|
41 |
+
" vertical-align: middle;\n",
|
42 |
+
" }\n",
|
43 |
+
"\n",
|
44 |
+
" .dataframe tbody tr th {\n",
|
45 |
+
" vertical-align: top;\n",
|
46 |
+
" }\n",
|
47 |
+
"\n",
|
48 |
+
" .dataframe thead th {\n",
|
49 |
+
" text-align: right;\n",
|
50 |
+
" }\n",
|
51 |
+
"</style>\n",
|
52 |
+
"<table border=\"1\" class=\"dataframe\">\n",
|
53 |
+
" <thead>\n",
|
54 |
+
" <tr style=\"text-align: right;\">\n",
|
55 |
+
" <th></th>\n",
|
56 |
+
" <th>RegionID</th>\n",
|
57 |
+
" <th>SizeRank</th>\n",
|
58 |
+
" <th>RegionName</th>\n",
|
59 |
+
" <th>RegionType</th>\n",
|
60 |
+
" <th>StateName</th>\n",
|
61 |
+
" <th>Home Type</th>\n",
|
62 |
+
" <th>State</th>\n",
|
63 |
+
" <th>Metro</th>\n",
|
64 |
+
" <th>StateCodeFIPS</th>\n",
|
65 |
+
" <th>MunicipalCodeFIPS</th>\n",
|
66 |
+
" <th>Date</th>\n",
|
67 |
+
" <th>Rent (Smoothed)</th>\n",
|
68 |
+
" <th>CountyName</th>\n",
|
69 |
+
" <th>Rent (Smoothed) (Seasonally Adjusted)</th>\n",
|
70 |
+
" <th>City</th>\n",
|
71 |
+
" </tr>\n",
|
72 |
+
" </thead>\n",
|
73 |
+
" <tbody>\n",
|
74 |
+
" <tr>\n",
|
75 |
+
" <th>0</th>\n",
|
76 |
+
" <td>66</td>\n",
|
77 |
+
" <td>146</td>\n",
|
78 |
+
" <td>Ada County</td>\n",
|
79 |
+
" <td>county</td>\n",
|
80 |
+
" <td>ID</td>\n",
|
81 |
+
" <td>all homes plus multifamily</td>\n",
|
82 |
+
" <td>16.0</td>\n",
|
83 |
+
" <td>Boise City, ID</td>\n",
|
84 |
+
" <td>16.0</td>\n",
|
85 |
+
" <td>1.0</td>\n",
|
86 |
+
" <td>2015-01-31</td>\n",
|
87 |
+
" <td>927.493763</td>\n",
|
88 |
+
" <td>NaN</td>\n",
|
89 |
+
" <td>927.493763</td>\n",
|
90 |
+
" <td>NaN</td>\n",
|
91 |
+
" </tr>\n",
|
92 |
+
" <tr>\n",
|
93 |
+
" <th>1</th>\n",
|
94 |
+
" <td>66</td>\n",
|
95 |
+
" <td>146</td>\n",
|
96 |
+
" <td>Ada County</td>\n",
|
97 |
+
" <td>county</td>\n",
|
98 |
+
" <td>ID</td>\n",
|
99 |
+
" <td>all homes plus multifamily</td>\n",
|
100 |
+
" <td>16.0</td>\n",
|
101 |
+
" <td>Boise City, ID</td>\n",
|
102 |
+
" <td>16.0</td>\n",
|
103 |
+
" <td>1.0</td>\n",
|
104 |
+
" <td>2015-02-28</td>\n",
|
105 |
+
" <td>931.690623</td>\n",
|
106 |
+
" <td>NaN</td>\n",
|
107 |
+
" <td>931.690623</td>\n",
|
108 |
+
" <td>NaN</td>\n",
|
109 |
+
" </tr>\n",
|
110 |
+
" <tr>\n",
|
111 |
+
" <th>2</th>\n",
|
112 |
+
" <td>66</td>\n",
|
113 |
+
" <td>146</td>\n",
|
114 |
+
" <td>Ada County</td>\n",
|
115 |
+
" <td>county</td>\n",
|
116 |
+
" <td>ID</td>\n",
|
117 |
+
" <td>all homes plus multifamily</td>\n",
|
118 |
+
" <td>16.0</td>\n",
|
119 |
+
" <td>Boise City, ID</td>\n",
|
120 |
+
" <td>16.0</td>\n",
|
121 |
+
" <td>1.0</td>\n",
|
122 |
+
" <td>2015-03-31</td>\n",
|
123 |
+
" <td>932.568601</td>\n",
|
124 |
+
" <td>NaN</td>\n",
|
125 |
+
" <td>932.568601</td>\n",
|
126 |
+
" <td>NaN</td>\n",
|
127 |
+
" </tr>\n",
|
128 |
+
" <tr>\n",
|
129 |
+
" <th>3</th>\n",
|
130 |
+
" <td>66</td>\n",
|
131 |
+
" <td>146</td>\n",
|
132 |
+
" <td>Ada County</td>\n",
|
133 |
+
" <td>county</td>\n",
|
134 |
+
" <td>ID</td>\n",
|
135 |
+
" <td>all homes plus multifamily</td>\n",
|
136 |
+
" <td>16.0</td>\n",
|
137 |
+
" <td>Boise City, ID</td>\n",
|
138 |
+
" <td>16.0</td>\n",
|
139 |
+
" <td>1.0</td>\n",
|
140 |
+
" <td>2015-04-30</td>\n",
|
141 |
+
" <td>933.148134</td>\n",
|
142 |
+
" <td>NaN</td>\n",
|
143 |
+
" <td>933.148134</td>\n",
|
144 |
+
" <td>NaN</td>\n",
|
145 |
+
" </tr>\n",
|
146 |
+
" <tr>\n",
|
147 |
+
" <th>4</th>\n",
|
148 |
+
" <td>66</td>\n",
|
149 |
+
" <td>146</td>\n",
|
150 |
+
" <td>Ada County</td>\n",
|
151 |
+
" <td>county</td>\n",
|
152 |
+
" <td>ID</td>\n",
|
153 |
+
" <td>all homes plus multifamily</td>\n",
|
154 |
+
" <td>16.0</td>\n",
|
155 |
+
" <td>Boise City, ID</td>\n",
|
156 |
+
" <td>16.0</td>\n",
|
157 |
+
" <td>1.0</td>\n",
|
158 |
+
" <td>2015-05-31</td>\n",
|
159 |
+
" <td>941.045724</td>\n",
|
160 |
+
" <td>NaN</td>\n",
|
161 |
+
" <td>941.045724</td>\n",
|
162 |
+
" <td>NaN</td>\n",
|
163 |
+
" </tr>\n",
|
164 |
+
" <tr>\n",
|
165 |
+
" <th>...</th>\n",
|
166 |
+
" <td>...</td>\n",
|
167 |
+
" <td>...</td>\n",
|
168 |
+
" <td>...</td>\n",
|
169 |
+
" <td>...</td>\n",
|
170 |
+
" <td>...</td>\n",
|
171 |
+
" <td>...</td>\n",
|
172 |
+
" <td>...</td>\n",
|
173 |
+
" <td>...</td>\n",
|
174 |
+
" <td>...</td>\n",
|
175 |
+
" <td>...</td>\n",
|
176 |
+
" <td>...</td>\n",
|
177 |
+
" <td>...</td>\n",
|
178 |
+
" <td>...</td>\n",
|
179 |
+
" <td>...</td>\n",
|
180 |
+
" <td>...</td>\n",
|
181 |
+
" </tr>\n",
|
182 |
+
" <tr>\n",
|
183 |
+
" <th>1258735</th>\n",
|
184 |
+
" <td>857850</td>\n",
|
185 |
+
" <td>713</td>\n",
|
186 |
+
" <td>Cherry Hill</td>\n",
|
187 |
+
" <td>city</td>\n",
|
188 |
+
" <td>NJ</td>\n",
|
189 |
+
" <td>all homes plus multifamily</td>\n",
|
190 |
+
" <td>NJ</td>\n",
|
191 |
+
" <td>Philadelphia-Camden-Wilmington, PA-NJ-DE-MD</td>\n",
|
192 |
+
" <td>NaN</td>\n",
|
193 |
+
" <td>NaN</td>\n",
|
194 |
+
" <td>2023-08-31</td>\n",
|
195 |
+
" <td>2291.604800</td>\n",
|
196 |
+
" <td>Camden County</td>\n",
|
197 |
+
" <td>2244.961006</td>\n",
|
198 |
+
" <td>NaN</td>\n",
|
199 |
+
" </tr>\n",
|
200 |
+
" <tr>\n",
|
201 |
+
" <th>1258736</th>\n",
|
202 |
+
" <td>857850</td>\n",
|
203 |
+
" <td>713</td>\n",
|
204 |
+
" <td>Cherry Hill</td>\n",
|
205 |
+
" <td>city</td>\n",
|
206 |
+
" <td>NJ</td>\n",
|
207 |
+
" <td>all homes plus multifamily</td>\n",
|
208 |
+
" <td>NJ</td>\n",
|
209 |
+
" <td>Philadelphia-Camden-Wilmington, PA-NJ-DE-MD</td>\n",
|
210 |
+
" <td>NaN</td>\n",
|
211 |
+
" <td>NaN</td>\n",
|
212 |
+
" <td>2023-09-30</td>\n",
|
213 |
+
" <td>2296.188906</td>\n",
|
214 |
+
" <td>Camden County</td>\n",
|
215 |
+
" <td>2254.213172</td>\n",
|
216 |
+
" <td>NaN</td>\n",
|
217 |
+
" </tr>\n",
|
218 |
+
" <tr>\n",
|
219 |
+
" <th>1258737</th>\n",
|
220 |
+
" <td>857850</td>\n",
|
221 |
+
" <td>713</td>\n",
|
222 |
+
" <td>Cherry Hill</td>\n",
|
223 |
+
" <td>city</td>\n",
|
224 |
+
" <td>NJ</td>\n",
|
225 |
+
" <td>all homes plus multifamily</td>\n",
|
226 |
+
" <td>NJ</td>\n",
|
227 |
+
" <td>Philadelphia-Camden-Wilmington, PA-NJ-DE-MD</td>\n",
|
228 |
+
" <td>NaN</td>\n",
|
229 |
+
" <td>NaN</td>\n",
|
230 |
+
" <td>2023-10-31</td>\n",
|
231 |
+
" <td>2292.270938</td>\n",
|
232 |
+
" <td>Camden County</td>\n",
|
233 |
+
" <td>2261.540446</td>\n",
|
234 |
+
" <td>NaN</td>\n",
|
235 |
+
" </tr>\n",
|
236 |
+
" <tr>\n",
|
237 |
+
" <th>1258738</th>\n",
|
238 |
+
" <td>857850</td>\n",
|
239 |
+
" <td>713</td>\n",
|
240 |
+
" <td>Cherry Hill</td>\n",
|
241 |
+
" <td>city</td>\n",
|
242 |
+
" <td>NJ</td>\n",
|
243 |
+
" <td>all homes plus multifamily</td>\n",
|
244 |
+
" <td>NJ</td>\n",
|
245 |
+
" <td>Philadelphia-Camden-Wilmington, PA-NJ-DE-MD</td>\n",
|
246 |
+
" <td>NaN</td>\n",
|
247 |
+
" <td>NaN</td>\n",
|
248 |
+
" <td>2023-11-30</td>\n",
|
249 |
+
" <td>2253.417140</td>\n",
|
250 |
+
" <td>Camden County</td>\n",
|
251 |
+
" <td>2257.956024</td>\n",
|
252 |
+
" <td>NaN</td>\n",
|
253 |
+
" </tr>\n",
|
254 |
+
" <tr>\n",
|
255 |
+
" <th>1258739</th>\n",
|
256 |
+
" <td>857850</td>\n",
|
257 |
+
" <td>713</td>\n",
|
258 |
+
" <td>Cherry Hill</td>\n",
|
259 |
+
" <td>city</td>\n",
|
260 |
+
" <td>NJ</td>\n",
|
261 |
+
" <td>all homes plus multifamily</td>\n",
|
262 |
+
" <td>NJ</td>\n",
|
263 |
+
" <td>Philadelphia-Camden-Wilmington, PA-NJ-DE-MD</td>\n",
|
264 |
+
" <td>NaN</td>\n",
|
265 |
+
" <td>NaN</td>\n",
|
266 |
+
" <td>2023-12-31</td>\n",
|
267 |
+
" <td>2280.830303</td>\n",
|
268 |
+
" <td>Camden County</td>\n",
|
269 |
+
" <td>2280.830303</td>\n",
|
270 |
+
" <td>NaN</td>\n",
|
271 |
+
" </tr>\n",
|
272 |
+
" </tbody>\n",
|
273 |
+
"</table>\n",
|
274 |
+
"<p>1258740 rows × 15 columns</p>\n",
|
275 |
+
"</div>"
|
276 |
+
],
|
277 |
+
"text/plain": [
|
278 |
+
" RegionID SizeRank RegionName RegionType StateName \\\n",
|
279 |
+
"0 66 146 Ada County county ID \n",
|
280 |
+
"1 66 146 Ada County county ID \n",
|
281 |
+
"2 66 146 Ada County county ID \n",
|
282 |
+
"3 66 146 Ada County county ID \n",
|
283 |
+
"4 66 146 Ada County county ID \n",
|
284 |
+
"... ... ... ... ... ... \n",
|
285 |
+
"1258735 857850 713 Cherry Hill city NJ \n",
|
286 |
+
"1258736 857850 713 Cherry Hill city NJ \n",
|
287 |
+
"1258737 857850 713 Cherry Hill city NJ \n",
|
288 |
+
"1258738 857850 713 Cherry Hill city NJ \n",
|
289 |
+
"1258739 857850 713 Cherry Hill city NJ \n",
|
290 |
+
"\n",
|
291 |
+
" Home Type State \\\n",
|
292 |
+
"0 all homes plus multifamily 16.0 \n",
|
293 |
+
"1 all homes plus multifamily 16.0 \n",
|
294 |
+
"2 all homes plus multifamily 16.0 \n",
|
295 |
+
"3 all homes plus multifamily 16.0 \n",
|
296 |
+
"4 all homes plus multifamily 16.0 \n",
|
297 |
+
"... ... ... \n",
|
298 |
+
"1258735 all homes plus multifamily NJ \n",
|
299 |
+
"1258736 all homes plus multifamily NJ \n",
|
300 |
+
"1258737 all homes plus multifamily NJ \n",
|
301 |
+
"1258738 all homes plus multifamily NJ \n",
|
302 |
+
"1258739 all homes plus multifamily NJ \n",
|
303 |
+
"\n",
|
304 |
+
" Metro StateCodeFIPS \\\n",
|
305 |
+
"0 Boise City, ID 16.0 \n",
|
306 |
+
"1 Boise City, ID 16.0 \n",
|
307 |
+
"2 Boise City, ID 16.0 \n",
|
308 |
+
"3 Boise City, ID 16.0 \n",
|
309 |
+
"4 Boise City, ID 16.0 \n",
|
310 |
+
"... ... ... \n",
|
311 |
+
"1258735 Philadelphia-Camden-Wilmington, PA-NJ-DE-MD NaN \n",
|
312 |
+
"1258736 Philadelphia-Camden-Wilmington, PA-NJ-DE-MD NaN \n",
|
313 |
+
"1258737 Philadelphia-Camden-Wilmington, PA-NJ-DE-MD NaN \n",
|
314 |
+
"1258738 Philadelphia-Camden-Wilmington, PA-NJ-DE-MD NaN \n",
|
315 |
+
"1258739 Philadelphia-Camden-Wilmington, PA-NJ-DE-MD NaN \n",
|
316 |
+
"\n",
|
317 |
+
" MunicipalCodeFIPS Date Rent (Smoothed) CountyName \\\n",
|
318 |
+
"0 1.0 2015-01-31 927.493763 NaN \n",
|
319 |
+
"1 1.0 2015-02-28 931.690623 NaN \n",
|
320 |
+
"2 1.0 2015-03-31 932.568601 NaN \n",
|
321 |
+
"3 1.0 2015-04-30 933.148134 NaN \n",
|
322 |
+
"4 1.0 2015-05-31 941.045724 NaN \n",
|
323 |
+
"... ... ... ... ... \n",
|
324 |
+
"1258735 NaN 2023-08-31 2291.604800 Camden County \n",
|
325 |
+
"1258736 NaN 2023-09-30 2296.188906 Camden County \n",
|
326 |
+
"1258737 NaN 2023-10-31 2292.270938 Camden County \n",
|
327 |
+
"1258738 NaN 2023-11-30 2253.417140 Camden County \n",
|
328 |
+
"1258739 NaN 2023-12-31 2280.830303 Camden County \n",
|
329 |
+
"\n",
|
330 |
+
" Rent (Smoothed) (Seasonally Adjusted) City \n",
|
331 |
+
"0 927.493763 NaN \n",
|
332 |
+
"1 931.690623 NaN \n",
|
333 |
+
"2 932.568601 NaN \n",
|
334 |
+
"3 933.148134 NaN \n",
|
335 |
+
"4 941.045724 NaN \n",
|
336 |
+
"... ... ... \n",
|
337 |
+
"1258735 2244.961006 NaN \n",
|
338 |
+
"1258736 2254.213172 NaN \n",
|
339 |
+
"1258737 2261.540446 NaN \n",
|
340 |
+
"1258738 2257.956024 NaN \n",
|
341 |
+
"1258739 2280.830303 NaN \n",
|
342 |
+
"\n",
|
343 |
+
"[1258740 rows x 15 columns]"
|
344 |
+
]
|
345 |
+
},
|
346 |
+
"execution_count": 3,
|
347 |
+
"metadata": {},
|
348 |
+
"output_type": "execute_result"
|
349 |
+
}
|
350 |
+
],
|
351 |
"source": [
|
352 |
"data_frames = []\n",
|
353 |
"\n",
|
|
|
1090 |
},
|
1091 |
{
|
1092 |
"cell_type": "code",
|
1093 |
+
"execution_count": 6,
|
1094 |
"metadata": {},
|
1095 |
"outputs": [],
|
1096 |
"source": [
|