Skip to content

CLN: replace styler code for refactor level arg with codebase generic #42933

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
attack68 opened this issue Aug 8, 2021 · 0 comments
Open
Labels
Refactor Internal refactoring of code Styler conditional formatting using DataFrame.style

Comments

@attack68
Copy link
Contributor

attack68 commented Aug 8, 2021

after #42914 styler has private code to refactor a level arg to a consistent format, either:

  • name of an index level: my_level
  • a specific integer index level: 1
  • or a list of such: ['my_lev', 'other_lev']

produces a consistent list of integer levels: [1,2].

This code should be replaced by more generic code which does the same thing in the rest of the codebase.

(if anyone has the location would be helpful to share..)

@attack68 attack68 added Bug Needs Triage Issue that has not been reviewed by a pandas team member Refactor Internal refactoring of code Styler conditional formatting using DataFrame.style and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code Styler conditional formatting using DataFrame.style
Projects
None yet
Development

No branches or pull requests

1 participant