fix: typos
Browse files
zillow.py
CHANGED
@@ -100,11 +100,11 @@ class Zillow(datasets.GeneratorBasedBuilder):
|
|
100 |
),
|
101 |
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)": datasets.Value(
|
102 |
dtype="float32",
|
103 |
-
id="
|
104 |
),
|
105 |
"Year Over Year % (Smoothed) (Seasonally Adjusted)": datasets.Value(
|
106 |
dtype="float32",
|
107 |
-
id="
|
108 |
),
|
109 |
"Month Over Month %": datasets.Value(
|
110 |
dtype="float32", id="Month Over Month %"
|
|
|
100 |
),
|
101 |
"Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)": datasets.Value(
|
102 |
dtype="float32",
|
103 |
+
id="Quarter Over Quarter % (Smoothed) (Seasonally Adjusted)",
|
104 |
),
|
105 |
"Year Over Year % (Smoothed) (Seasonally Adjusted)": datasets.Value(
|
106 |
dtype="float32",
|
107 |
+
id="Year Over Year % (Smoothed) (Seasonally Adjusted)",
|
108 |
),
|
109 |
"Month Over Month %": datasets.Value(
|
110 |
dtype="float32", id="Month Over Month %"
|