Skip to content

Commit

Permalink
doc(python): Remove setting behavior from LazyFrame.columns (#9419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishpat authored Jun 18, 2023
1 parent b6a725f commit 0d399ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def read_json(cls, file: str | Path | IOBase) -> Self:
@property
def columns(self) -> list[str]:
"""
Get or set column names.
Get column names.
Examples
--------
Expand Down

0 comments on commit 0d399ec

Please sign in to comment.