ibis icon indicating copy to clipboard operation
ibis copied to clipboard

bug in when using group_by with order_by

Open samlalwani opened this issue 1 year ago • 1 comments

What happened?

Refer to issue from zulip chat : https://ibis-project.zulipchat.com/#narrow/stream/405265-tech-support/topic/ffill.20issue.20with.20text.20columns/near/466435587

When order_by in goup_by() or first() is given we expect the first value in the group to be selected but that does not happen

What version of ibis are you using?

Name Version Build Channel

ibis-duckdb 9.3.0 hd8ed1ab_0 conda-forge ibis-framework-core 9.3.0 pyhd8ed1ab_0 conda-forge

What backend(s) are you using, if any?

DuckDB

Name Version Build Channel

ibis-duckdb 9.3.0 hd8ed1ab_0 conda-forge python-duckdb 1.0.0 py311hda3d55a_0 conda-forge

ibis_ffill_error.py.txt test_data.csv

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

samlalwani avatar Sep 04 '24 21:09 samlalwani