-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: first returns different values across backends
#4918
Comments
|
Hi @hoxbro, thanks for the issue! The It sounds like you want We have #4149 for that, so I'm going to close this out! Thanks again for reporting! |
first return a pd.Series for sqlite backendfirst returns different values across backends
|
Hey, I want to take this for a spin. Could you clarify which of the outputs is the correct one? I think it should be the pandas one, but not sure. Thanks! |
|
@mesejo Great! The SQLite behavior is the correct one, because |
What happened?
I would expect
first(orlast) of a table column to return a singular value and not a pd.Series of the same value.What version of ibis are you using?
3.2.0
What backend(s) are you using, if any?
Pandas and Sqlite
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: