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