You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH27976 : fix unknown parameter issues in pandas.io.formats.style file
- replace kwargs with **kwargs in apply method in Styler class
- replace kwargs with **kwargs in applymap method in Styler class
- replace kwargs with **kwargs in where method in Styler class
- separate low and high parameters onto different lines and provide invidivual descriptions for both
- replace kwargs with **kwargs in set_properties method in Styler class
- separate args and kwargs parameters onto different lines and provide invidivual descriptions for both
0 commit comments