From 92f304f0e816165b1b161e8cd75c22b2b93b43d4 Mon Sep 17 00:00:00 2001 From: helmeleegy <40042062+helmeleegy@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:09:12 -0800 Subject: [PATCH] Fix dt_day_of_week/day_of_year (#51) (service) --- modin/core/execution/client/query_compiler.py | 2 ++ 1 file changed, 2 insertions(+) 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",