@@ -165,21 +165,27 @@ def test_groupby_sorted_keys(df: pl.LazyFrame, keys, exprs, using_rapidsmpf, req
165165 'test_groupby_sorted_keys[col("key1")-]' ,
166166 'test_groupby_sorted_keys[col("key2")-]' ,
167167 'test_groupby_sorted_keys[[(col("key1")) * (col("key2"))]-]' ,
168- 'test_groupby_sorted_keys[[(col("key1")) * (col("key2"))]-col("int").first()-col("float").last()]' ,
169- 'test_groupby_sorted_keys[[(col("key1")) * (col("key2"))]-col("float").quantile()4]' ,
170- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-float-int]' ,
171168 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-[(col("float")) + (col("int"))]]' ,
172- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("int32").sum()]' ,
173- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("int32").mean()]' ,
174169 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-[([(col("float").max()) - (col("int").min())]) + (col("int").max())]]' ,
175170 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-[(col("float")) - (dyn int: 2)].max()]' ,
176- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").sum().round()0]' ,
177- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").round().sum()0]' ,
178- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("int").first()-col("float").last()]' ,
179- 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").quantile()2]' ,
180171 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-[([(col("float").max()) - (col("int").min())]) + (col("int").max())]]' ,
181- 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("int").first()-col("float").last()]' ,
182- 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").quantile()0]' ,
172+ 'test_groupby_sorted_keys[[(col("key1")) * (col("key2"))]-col("float").sum().round()0]' ,
173+ 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").is_not_null()]' ,
174+ 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("uint16_with_null").sum()-col("uint16_with_null").mean().alias("mean")]' ,
175+ 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").mean()-col("int").std()]' ,
176+ 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").sum().round()1]' ,
177+ 'test_groupby_sorted_keys[[(col("key1")) == (col("key2"))]-col("float").round().sum()1]' ,
178+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-int]' ,
179+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-[(col("float")) + (col("int"))]]' ,
180+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("int32").mean()]' ,
181+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("uint16_with_null").sum()-col("uint16_with_null").mean().alias("mean")]' ,
182+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").round().sum()0]' ,
183+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").sum().round()1]' ,
184+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").round().sum()1]' ,
185+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("int").sum()-col("string").str.replace(["h", "foo"])]' ,
186+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").quantile()1]' ,
187+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").quantile()3]' ,
188+ 'test_groupby_sorted_keys[col("key2")-[(col("key1")) == (1)]-col("float").quantile()4]' ,
183189 }
184190 request .applymarker (
185191 pytest .mark .xfail (
0 commit comments