misikoff commited on
Commit
011d48e
1 Parent(s): 76f2c47

fix: try timestamp

Browse files
Files changed (2) hide show
  1. processed/sales/final5.jsonl +2 -2
  2. zillow.py +1 -1
processed/sales/final5.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33d80bd5507b40f2fed9ee594213b148957d82bd4f79a34341220583e1a249d7
3
- size 137257385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c219585a613fd2d8f7dd0fa8059ee961f94f36642aa882d2b785bdc0dd6c3515
3
+ size 139297577
zillow.py CHANGED
@@ -209,7 +209,7 @@ class Zillow(datasets.GeneratorBasedBuilder):
209
  num_classes=2,
210
  names=["SFR", "all homes"],
211
  ),
212
- "Date": datasets.Value(dtype="date32", id="Date"),
213
  "Mean Sale to List Ratio (Smoothed)": datasets.Value(
214
  dtype="float32", id="Mean Sale to List Ratio (Smoothed)"
215
  ),
 
209
  num_classes=2,
210
  names=["SFR", "all homes"],
211
  ),
212
+ "Date": datasets.Value(dtype="timestamp[ms]", id="Date"),
213
  "Mean Sale to List Ratio (Smoothed)": datasets.Value(
214
  dtype="float32", id="Mean Sale to List Ratio (Smoothed)"
215
  ),