Skip to content

Commit

Permalink
chore(python): Add style accessor to DataFrame (pola-rs#17502)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Harbeck <[email protected]>
  • Loading branch information
henryharbeck and Henry Harbeck authored Jul 8, 2024
1 parent 5beb022 commit 3629ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class DataFrame:
"""

_df: PyDataFrame
_accessors: ClassVar[set[str]] = {"plot"}
_accessors: ClassVar[set[str]] = {"plot", "style"}

def __init__(
self,
Expand Down

0 comments on commit 3629ea2

Please sign in to comment.