-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Description
pandas/pandas/io/formats/style.py
Lines 496 to 501 in 0409521
def clear(self): | |
""""Reset" the styler, removing any previously applied styles. | |
Returns None. | |
""" | |
self.ctx.clear() | |
self._todo = [] |
I am using the Pandas version 0.23.4.
When I call pandas.io.formats.style.Styler.clear(), it gives the error: "AttributeError: module 'pandas.io.formats' has no attribute 'style'".
However, I could find the 'style.py' under the Pandas installation folder.
Metadata
Metadata
Assignees
Labels
No labels