Skip to content

Commit

Permalink
Fix dt_day_of_week/day_of_year (modin-project#51) (service)
Browse files Browse the repository at this point in the history
  • Loading branch information
helmeleegy authored and vnlitvinov committed Mar 16, 2023
1 parent 32779d2 commit a164b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modin/core/execution/client/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,11 @@ def forwarding_method(self, by, *args, **kwargs):
"dt_minute",
"dt_hour",
"dt_day",
"dt_day_of_week",
"dt_dayofweek",
"dt_weekday",
"dt_day_name",
"dt_day_of_year",
"dt_dayofyear",
"dt_week",
"dt_weekofyear",
Expand Down

0 comments on commit a164b91

Please sign in to comment.