misikoff commited on
Commit
8d9c061
·
1 Parent(s): bbb69c8

fix: typos

Browse files
Files changed (1) hide show
  1. zillow.py +2 -2
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="Month Over Month % (Smoothed) (Seasonally Adjusted)",
104
  ),
105
  "Year Over Year % (Smoothed) (Seasonally Adjusted)": datasets.Value(
106
  dtype="float32",
107
- id="Month Over Month % (Smoothed) (Seasonally Adjusted)",
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 %"