BUG: Styler copy
methods not updated for recent additions
#39708
Labels
Bug
Copy / view semantics
good first issue
Regression
Functionality that used to work in a prior pandas version
Styler
conditional formatting using DataFrame.style
Milestone
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Recent additions (1.2.0) (1.3.0) to
Styler
have introduced additional class attributes.The existing
copy
mechanisms catered for older attributes (although not all), but now needs to be reviewed.Tests should probably be added.
And it might also be worth reviewing the
export
anduse
styles methods in case something has been missed.The text was updated successfully, but these errors were encountered: