debug
Browse files
test.py
CHANGED
@@ -37,6 +37,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
37 |
def _info(self):
|
38 |
if self.config.name == "customers":
|
39 |
features = datasets.Features(
|
|
|
40 |
"customer_id": datasets.Value("string"),
|
41 |
"name": datasets.Value("string"),
|
42 |
"age": datasets.Value("int32"),
|
|
|
37 |
def _info(self):
|
38 |
if self.config.name == "customers":
|
39 |
features = datasets.Features(
|
40 |
+
{
|
41 |
"customer_id": datasets.Value("string"),
|
42 |
"name": datasets.Value("string"),
|
43 |
"age": datasets.Value("int32"),
|