-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementStylerconditional formatting using DataFrame.styleconditional formatting using DataFrame.style
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
I would love to be able to format both column names and index names when trying to export to excel.
Feature Description
Format both column names and index names when trying to export to excel.
df=pd.DataFrame()
df.style.apply_map_index_names(func:, axis,)
Alternative Solutions
There are a few modules regarding Python and Excel that I believe have this feature like StyleSheet
Additional Context
No response
Metadata
Metadata
Assignees
Labels
EnhancementStylerconditional formatting using DataFrame.styleconditional formatting using DataFrame.style