Skip to content

ENH: Styler apply_index and format_index applicable to index names  #48936

Closed
@DanielGoncalves47264

Description

@DanielGoncalves47264

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.style

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions