Datasets:
Upload blood.py
Browse files
blood.py
CHANGED
@@ -79,7 +79,7 @@ class Blood(datasets.GeneratorBasedBuilder):
|
|
79 |
print(data.columns)
|
80 |
for f in data.columns:
|
81 |
print(f)
|
82 |
-
print(data[f].
|
83 |
|
84 |
for row_id, row in data.iterrows():
|
85 |
data_row = dict(row)
|
|
|
79 |
print(data.columns)
|
80 |
for f in data.columns:
|
81 |
print(f)
|
82 |
+
print(set(data[f].values))
|
83 |
|
84 |
for row_id, row in data.iterrows():
|
85 |
data_row = dict(row)
|