Skip to content

Commit

Permalink
Fix doctest for Series skew
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLepelaars committed Oct 18, 2024
1 parent 11efd49 commit 26a64f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions narwhals/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,9 @@ def skew(self) -> Any:
We can pass any supported library such as Pandas, Polars, or PyArrow to `func`:
>>> func(s_pd)
1.472427
1.4724267269058975
>>> func(s_pl)
1.472427
>>> func(s_pa)
1.472427
1.4724267269058975
Notes:
The skewness is a measure of the asymmetry of the probability distribution.
Expand Down

0 comments on commit 26a64f8

Please sign in to comment.