Skip to content

Commit

Permalink
add concat
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 27, 2024
1 parent 5f52953 commit 66594aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions narwhals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
from narwhals.expression import min
from narwhals.expression import sum
from narwhals.expression import sum_horizontal
from narwhals.functions import concat
from narwhals.series import Series
from narwhals.translate import from_native
from narwhals.translate import to_native

__version__ = "0.6.9"

__all__ = [
"concat",
"is_dataframe",
"is_series",
"is_polars",
Expand Down

0 comments on commit 66594aa

Please sign in to comment.