misikoff commited on
Commit
3609504
1 Parent(s): a4b8e47

fix: typos

Browse files
Files changed (1) hide show
  1. zillow.py +3 -3
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
- "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 %"],
 
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 %"],