Spaces:
Sleeping
Sleeping
Update Doors_Schedule.py
Browse files- Doors_Schedule.py +2 -1
Doors_Schedule.py
CHANGED
|
@@ -378,7 +378,8 @@ def get_selected_columns_all(dfs, user_patterns):
|
|
| 378 |
#if len(dfs[i]) <2:
|
| 379 |
#selected_columns_new = details_in_another_table(clmn_name, clmn_idx, dfs[i], dfs)
|
| 380 |
selected_columns_new = details_in_another_table(clmn_name, column_index_list, dfs[i], dfs)
|
| 381 |
-
|
|
|
|
| 382 |
|
| 383 |
break
|
| 384 |
#other_matches = details_in_another_table_mod(clmn_name, clmn_idx, dfs[i], dfs)
|
|
|
|
| 378 |
#if len(dfs[i]) <2:
|
| 379 |
#selected_columns_new = details_in_another_table(clmn_name, clmn_idx, dfs[i], dfs)
|
| 380 |
selected_columns_new = details_in_another_table(clmn_name, column_index_list, dfs[i], dfs)
|
| 381 |
+
selected_columns_new2 = crop_rename_table(row_index_list, clmn_name, column_index_list,dfs[i])
|
| 382 |
+
selected_columns_new = pd.concat([selected_columns_new, selected_columns_new2], axis=1)
|
| 383 |
|
| 384 |
break
|
| 385 |
#other_matches = details_in_another_table_mod(clmn_name, clmn_idx, dfs[i], dfs)
|