captest.capdata.CapData.data_columns_to_excel
- CapData.data_columns_to_excel(sort_by_reversed_names=True)
Write the columns of data to an excel file as a template for a column grouping.
- Parameters:
sort_by_inverted_names (bool, default False) – If true sort column names after reversing them.
- Returns:
Writes to excel file at self.data_loader.path / ‘column_groups.xlsx’.
- Return type:
None