Datasets:

Tasks:
Other
Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
data-mining
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.