You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to learn about your use case. For example, if this feature is needed to adopt Narwhals in an open source project, could you please enter the link to it below?
We already use narhwals, but this would help with performance.
Please describe the purpose of the new feature or describe the problem to solve.
We would like to move some of our vega charts for y=count(*), x=bin(column) that get binned on the frontend to be on the backend. Since they are just a summary per column, we could achieve this with narwhals.Expr.hist
Suggest a solution if possible.
narwhals.Expr.hist similar to polars.Expr.hist
for us in particular, we are looking to support:
polars
pandas
pyarrow
ibis (but can convert to pyarrow)
If you have tried alternatives, please describe them below.
Alternative would be using vegafusion but that is an additional dependency that we could potentially avoid.
Additional information that may help us understand your needs.
No response
The text was updated successfully, but these errors were encountered:
We would like to learn about your use case. For example, if this feature is needed to adopt Narwhals in an open source project, could you please enter the link to it below?
This is for marimo
We already use narhwals, but this would help with performance.
Please describe the purpose of the new feature or describe the problem to solve.
We would like to move some of our vega charts for
y=count(*), x=bin(column)
that get binned on the frontend to be on the backend. Since they are just a summary per column, we could achieve this withnarwhals.Expr.hist
Suggest a solution if possible.
narwhals.Expr.hist
similar topolars.Expr.hist
for us in particular, we are looking to support:
If you have tried alternatives, please describe them below.
Alternative would be using
vegafusion
but that is an additional dependency that we could potentially avoid.Additional information that may help us understand your needs.
No response
The text was updated successfully, but these errors were encountered: