-
Notifications
You must be signed in to change notification settings - Fork 609
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
feat: Table.to_dicts() #9185
Comments
I think this implementation would work:
|
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In many places in my code I do something like
table.to_pandas().to_records()
. It could be nice to have a method that goes straight there. IDK, not a huge deal, the existing solution is really not that bad. But just wanted to get an issue up for discussion.Based on @mw3i in #5391 (comment)_:
Sorry for the late reply. Since ibis doesn't have upsert, our team uses the dataset library for inserts/updates/upserts. We do all our normal code in ibis, and then updates/upserts are done with:
The text was updated successfully, but these errors were encountered: