-
### Description
We are evaluating use of marimo (nice work btw!) in an education context. For this, we would like to have a dataframe not just as a view but editor.
### Suggested solution
Dash has…
-
Hey,
overall I really like eland, but I noticed that creating a pandas DataFrame is much slower with the ``eland_to_pandas()`` method compared to the "naive" way of doing multiple ``scan()`` calls …
jbkze updated
2 weeks ago
-
Hello,
Thank you again for the quick fix of the last problem. I found another one :) :
Minimal working example:
Evaluating `rand(10000)` causes a nvim to lag
This is especially a problem when …
-
## Description
Currently, we don't validate all dataframes. We should try to do that.
mgcth updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
We have @with_columns for pyspark, but not for other dataframes.
**Describe the solution you'd like**
`@with_columns` works for …
-
### Is your feature request related to a problem? Please describe.
Following https://github.com/probabl-ai/skore/issues/712, we should use polars more than pandas for data frames
### Describe th…
-
### System Info
python==3.11.7
### 🐛 Describe the bug
from pandasai.llm import GooglePalm
llm = GooglePalm(api_key=GOOGLE_API_KEY)
db = Agent([scm_vc, scm_rev], config={"llm": llm})
have two…
-
To copy metadata between data frames (df1 and df2) requires:
```
md = DataFrames.metadata(df1)
for k in keys(md)
DataFrames.metadata!(df2, k, md[k])
end
```
It would be convenient if `met…
-
I encountered a `InvalidIndexError` running the ml code during individual runs of parameter sweeps on mincostflow on the EGFR dataset. The issue happens in the `summarize_networks` function, related t…
-
They benchmark the eager API which forces Polars to materialize every result and doesn't allow any optimizations. We state in our docs that if you benchmark Polars you should use the Lazy API.
I a…