Johnnyeee commited on
Commit
fe25927
1 Parent(s): b5cb6d7

Update Yelpdata_663.py

Browse files
Files changed (1) hide show
  1. Yelpdata_663.py +1 -1
Yelpdata_663.py CHANGED
@@ -79,7 +79,7 @@ class YelpDataset(datasets.GeneratorBasedBuilder):
79
  "address": datasets.Value("string"),
80
  "city": datasets.Value("string"),
81
  "state": datasets.Value("string"),
82
- "postal_code": datasets.Value("int32"),
83
  "latitude": datasets.Value("float"),
84
  "longitude": datasets.Value("float"),
85
  "stars_x": datasets.Value("float"),
 
79
  "address": datasets.Value("string"),
80
  "city": datasets.Value("string"),
81
  "state": datasets.Value("string"),
82
+ "postal_code": datasets.Value("string"),
83
  "latitude": datasets.Value("float"),
84
  "longitude": datasets.Value("float"),
85
  "stars_x": datasets.Value("float"),