Skip to content

Commit

Permalink
Update narwhals/expr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Abati <29585319+EdAbati@users.noreply.github.com>
  • Loading branch information
CarloLepelaars and EdAbati authored Oct 19, 2024
1 parent c166afa commit 1e40870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ def is_null(self) -> Self:
│ 5 ┆ 5.0 ┆ false ┆ false │
└──────┴─────┴───────────┴───────────┘
>>> func(df_pa)
>>> func(df_pa) # nan != null for pyarrow
pyarrow.Table
a: int64
b: double
Expand Down

0 comments on commit 1e40870

Please sign in to comment.