Datasets:
Upload bank.py
Browse files
bank.py
CHANGED
@@ -138,6 +138,9 @@ class Bank(datasets.GeneratorBasedBuilder):
|
|
138 |
|
139 |
data.columns = _BASE_FEATURE_NAMES
|
140 |
|
|
|
|
|
|
|
141 |
if config == "subscription":
|
142 |
return data
|
143 |
else:
|
|
|
138 |
|
139 |
data.columns = _BASE_FEATURE_NAMES
|
140 |
|
141 |
+
for f in _BASE_FEATURE_NAMES:
|
142 |
+
print(data[f].max(), data.dtypes[f])
|
143 |
+
|
144 |
if config == "subscription":
|
145 |
return data
|
146 |
else:
|