Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Nov 9, 2024
1 parent edb5c10 commit ff4cd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/docs/source/reference/expressions/temporal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The following methods are available under the `expr.dt` attribute.
Expr.dt.offset_by
Expr.dt.ordinal_day
Expr.dt.quarter
Expr.dt.replace
Expr.dt.replace_time_zone
Expr.dt.round
Expr.dt.second
Expand Down
1 change: 1 addition & 0 deletions py-polars/docs/source/reference/series/temporal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The following methods are available under the `Series.dt` attribute.
Series.dt.offset_by
Series.dt.ordinal_day
Series.dt.quarter
Series.dt.replace
Series.dt.replace_time_zone
Series.dt.round
Series.dt.second
Expand Down

0 comments on commit ff4cd1f

Please sign in to comment.