Datasets:

Tasks:
Other
Languages:
Arabic
ArXiv:
albertvillanova HF staff commited on
Commit
74a7e5d
1 Parent(s): 5c0b806

Change feature dtype to string

Browse files
Files changed (1) hide show
  1. ar_cov19.py +1 -1
ar_cov19.py CHANGED
@@ -89,7 +89,7 @@ class ArCov19(datasets.GeneratorBasedBuilder):
89
 
90
  features = {}
91
 
92
- features["tweetID"] = datasets.Value("int64")
93
 
94
  return datasets.DatasetInfo(
95
  # This is the description that will appear on the datasets page.
 
89
 
90
  features = {}
91
 
92
+ features["tweetID"] = datasets.Value("string")
93
 
94
  return datasets.DatasetInfo(
95
  # This is the description that will appear on the datasets page.