Skip to content

BUG: Styler cells_ids fails on second render #35663

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

Closed
attack68 opened this issue Aug 11, 2020 · 0 comments · Fixed by #35664
Closed

BUG: Styler cells_ids fails on second render #35663

attack68 opened this issue Aug 11, 2020 · 0 comments · Fixed by #35664
Labels
Milestone

Comments

@attack68
Copy link
Contributor

issue #35588 addressed the issue of cell_ids failing.

This bug reports a failure on second render(), due to ctx object, as a defaultdict, having a key inserted when it is queried, which then impacts the programming logic the second time it is run.

The solution is to move the query within conditional a few lines above.

@attack68 attack68 added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Aug 11, 2020
@jreback jreback added this to the 1.1.1 milestone Aug 14, 2020
@bashtage bashtage removed the Needs Triage Issue that has not been reviewed by a pandas team member label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants