diff --git a/modin/core/execution/client/query_compiler.py b/modin/core/execution/client/query_compiler.py index a99f5d66184..6a088cdf818 100644 --- a/modin/core/execution/client/query_compiler.py +++ b/modin/core/execution/client/query_compiler.py @@ -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",