ENH: Styler apply_index and format_index applicable to index names · Issue #48936 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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