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
Styler has its own format() method that sets a formatter for columns, and a function set_na_rep() for dealing with missing data.
It seems the two do not play well together:
could probably do with a review how the attribute na_rep interacts with the formatter and try to make it more dynamic or use pointers instead of static value, if possible.
The text was updated successfully, but these errors were encountered:
Styler
has its ownformat()
method that sets a formatter for columns, and a functionset_na_rep()
for dealing with missing data.It seems the two do not play well together:
could probably do with a review how the attribute
na_rep
interacts with the formatter and try to make it more dynamic or use pointers instead of static value, if possible.The text was updated successfully, but these errors were encountered: