-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
ENH: Allow to assign/create custom body_style and header_style property to an instance of ExcelFormatter used in method df.to_excel() IO Excel read_excel, to_excel Styler conditional formatting using DataFrame.style
#53973 by rmhowe425 was closed Jul 29, 2023 Loading… updated Jul 30, 2023
2 of 5 tasks
ENH: add kwargs conditional formatting using DataFrame.style
rename to Styler.format_index for overwriting index labels Styler #45288 by attack68 was closed Jul 25, 2022 Loading… updated Jul 25, 2022
ENH: Add custom descriptors (such as dtype, nunique, etc.) to Styler output Enhancement Styler conditional formatting using DataFrame.style
backport 43638: BUG: styler to_latex doesnt respect hide_index Styler conditional formatting using DataFrame.style
TST: Fix doctests in conditional formatting using DataFrame.style Testing pandas testing functions or related to the test suite
style.py Docs Styler API: Internal Consistency of API/Behavior Styler conditional formatting using DataFrame.style
Styler.hide_columns replaced by .hide_values which also operates row-wise API - Consistency ProTip! Filter pull requests by the default branch with base:main.