Marthee commited on
Commit
2848aef
·
verified ·
1 Parent(s): ac3cb8a

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. Doors_Schedule.py +1 -1
Doors_Schedule.py CHANGED
@@ -423,7 +423,7 @@ def get_selected_columns_all(dfs, user_patterns):
423
  #selected_columns_new = details_in_another_table(clmn_name, clmn_idx, dfs[i], dfs)
424
  selected_columns_new = details_in_another_table(clmn_name, column_index_list, dfs[i], dfs)
425
  selected_columns_new2 = crop_rename_table(row_index_list, clmn_name, column_index_list,dfs[i])
426
- selected_columns_new = pd.concat([selected_columns_new, selected_columns_new2], axis=1)
427
 
428
  break
429
  #other_matches = details_in_another_table_mod(clmn_name, clmn_idx, dfs[i], dfs)
 
423
  #selected_columns_new = details_in_another_table(clmn_name, clmn_idx, dfs[i], dfs)
424
  selected_columns_new = details_in_another_table(clmn_name, column_index_list, dfs[i], dfs)
425
  selected_columns_new2 = crop_rename_table(row_index_list, clmn_name, column_index_list,dfs[i])
426
+ selected_columns_new = pd.concat([selected_columns_new, selected_columns_new2], ignore_index=True)
427
 
428
  break
429
  #other_matches = details_in_another_table_mod(clmn_name, clmn_idx, dfs[i], dfs)