LysandreJik commited on
Commit
ecb4c36
1 Parent(s): 7deed59
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def merge_columns(dataset: Dataset, max_number_of_columns: int):
26
  to_keep.remove('no_arch')
27
 
28
  dictionary = dataset.to_dict()
29
- dictionary['combined'] = dictionary['no_arch']
30
 
31
  while len(to_merge):
32
  current = dictionary['combined']
 
26
  to_keep.remove('no_arch')
27
 
28
  dictionary = dataset.to_dict()
29
+ dictionary['combined'] = dictionary.pop('no_arch')
30
 
31
  while len(to_merge):
32
  current = dictionary['combined']