Skip to content

Commit

Permalink
Make stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyakalakata committed May 6, 2024
1 parent 2c7229b commit 600e860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions narwhals/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,16 +366,16 @@ def min(self) -> Expr:
We can then pass either pandas or Polars to `func`:
>>> func(df_pd)
a b
0 1 3
a b
0 1 3
>>> func(df_pl)
shape: (1, 2)
┌─────┬─────┐
│ a ┆ b │
│ --- ┆ --- │
│ i64 ┆ i64 │
╞═════╪═════╡
1 3
1 3
└─────┴─────┘
"""

Expand Down

0 comments on commit 600e860

Please sign in to comment.