fix: typos
Browse files
zillow.py
CHANGED
@@ -356,9 +356,9 @@ class Zillow(datasets.GeneratorBasedBuilder):
|
|
356 |
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)": data[
|
357 |
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)"
|
358 |
],
|
359 |
-
"Year Over Year % (Smoothed) (Seasonally Adjusted)": data[
|
360 |
-
|
361 |
-
],
|
362 |
"Month Over Month %": data["Month Over Month %"],
|
363 |
"Quarter Over Quarter %": data["Quarter Over Quarter %"],
|
364 |
"Year Over Year %": data["Year Over Year %"],
|
|
|
356 |
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)": data[
|
357 |
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)"
|
358 |
],
|
359 |
+
# "Year Over Year % (Smoothed) (Seasonally Adjusted)": data[
|
360 |
+
# "Year Over Year % (Smoothed) (Seasonally Adjusted)"
|
361 |
+
# ],
|
362 |
"Month Over Month %": data["Month Over Month %"],
|
363 |
"Quarter Over Quarter %": data["Quarter Over Quarter %"],
|
364 |
"Year Over Year %": data["Year Over Year %"],
|