Lines Matching refs:column
451 debug_result = ''.join([f'<th>{column}</th>' for column in merged_data[start_index]])
454 release_result = ''.join([f'<th>{column}</th>' for column in merged_data[start_index + 1]])
488 preview_result = ''.join([f'<th>{column}</th>' for column in merged_data[start_index]])
495 other_result = ''.join([f'<th>{column}</th>' for column in merged_data[start_index]])
515 [f'<th rowspan="2">{column}</th>' for column in time_size_df.columns[:2]])
539 [f'<th colspan="2">{column}</th>' for column in result_df.iloc[:, 0].tolist()]) + '</tr>'
542 [f'<th colspan="2">{column}</th>' for column in result_df.iloc[:, 1].tolist()]) + '</tr>'
545 [f'<th colspan="2">{column}</th>' for column in result_df.iloc[:, 2].tolist()]) + '</tr>'