Skip to content
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

BUG: fix kwargs in Styler.where #40845

Merged
merged 2 commits into from
Apr 9, 2021
Merged

Conversation

attack68
Copy link
Contributor

@attack68 attack68 commented Apr 9, 2021

Simple bug fix. kwargs not passed in correct place.

partially closes #40124

@jreback jreback added Bug Styler conditional formatting using DataFrame.style labels Apr 9, 2021
@jreback jreback added this to the 1.3 milestone Apr 9, 2021
@jreback jreback merged commit 73da0ff into pandas-dev:master Apr 9, 2021
@jreback
Copy link
Contributor

jreback commented Apr 9, 2021

thanks @attack68

@attack68 attack68 deleted the where_bug_kwargs branch April 10, 2021 05:51
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEPR: Styler.where in favour of using applymap and apply
2 participants