Skip to content

Commit

Permalink
support returning multiple time features from function (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jul 26, 2024
1 parent 41ebdc8 commit 96e8498
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 176 deletions.
4 changes: 4 additions & 0 deletions nbs/compat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"try:\n",
" import polars as pl\n",
" from polars import DataFrame as pl_DataFrame\n",
" from polars import Expr as pl_Expr\n",
" from polars import Series as pl_Series\n",
"\n",
" POLARS_INSTALLED = True\n",
Expand All @@ -45,6 +46,9 @@
" class pl_DataFrame:\n",
" ...\n",
"\n",
" class pl_Expr:\n",
" ...\n",
"\n",
" class pl_Series:\n",
" ...\n",
"\n",
Expand Down
Loading

0 comments on commit 96e8498

Please sign in to comment.