Replies: 1 comment 2 replies
-
I don't know how relevant this is in this discussion, but one thing that always bothered me about |
Beta Was this translation helpful? Give feedback.
-
I don't know how relevant this is in this discussion, but one thing that always bothered me about |
Beta Was this translation helpful? Give feedback.
-
I'd like to gather a list of things we'd want to do before stabilizing our non-internal APIs.
Those APIs include
ibis.expr.types
objects.Out of scope:
ibis
that isn't explicitly mentioned or already public.I'll kick this off with my own list of things that I think are required for stability:
to_pandas()
andto_pyarrow()
. As part of that I would like to see us choose a specific pandas dtype "family" that we output.BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
(the default for most functions in most databases that support window functions)?Beta Was this translation helpful? Give feedback.
All reactions