fix: typos
Browse files
zillow.py
CHANGED
@@ -353,9 +353,9 @@ class Zillow(datasets.GeneratorBasedBuilder):
|
|
353 |
# "Month Over Month % (Smoothed) (Seasonally Adjusted)": data[
|
354 |
# "Month Over Month % (Smoothed) (Seasonally Adjusted)"
|
355 |
# ],
|
356 |
-
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)": data[
|
357 |
-
|
358 |
-
],
|
359 |
# "Year Over Year % (Smoothed) (Seasonally Adjusted)": data[
|
360 |
# "Year Over Year % (Smoothed) (Seasonally Adjusted)"
|
361 |
# ],
|
|
|
353 |
# "Month Over Month % (Smoothed) (Seasonally Adjusted)": data[
|
354 |
# "Month Over Month % (Smoothed) (Seasonally Adjusted)"
|
355 |
# ],
|
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 |
# ],
|