mstz commited on
Commit
b52e041
·
1 Parent(s): ac62dcb

Upload heart.py

Browse files
Files changed (1) hide show
  1. heart.py +1 -1
heart.py CHANGED
@@ -153,7 +153,7 @@ class Heart(datasets.GeneratorBasedBuilder):
153
 
154
  data = data.astype({"is_male": bool, "has_exercise_induced_angina": bool})
155
 
156
- print(data.dtypes())
157
 
158
  for row_id, row in data.iterrows():
159
  data_row = dict(row)
 
153
 
154
  data = data.astype({"is_male": bool, "has_exercise_induced_angina": bool})
155
 
156
+ print(data.dtypes)
157
 
158
  for row_id, row in data.iterrows():
159
  data_row = dict(row)