-
### Is your feature request related to a problem or challenge?
I would like to be able to fill_nulls per col/expr and on the dataframe level, akin to polars/pyspark/pandas
### Describe the solution …
-
panel==1.5.3
I would like to add support for Polars DataFrame to `GraphicWalker.object`. Its unclear to me whether this is supported and how. I guess special care is taken about pandas dataframe seri…
-
Traceback (most recent call last):
File "/workspaces/BlocklyML/app.py", line 18, in
from libs.dataframe_visualizer import dataframe_visualizer
File "/workspaces/BlocklyML/libs/dataframe_vi…
-
**Describe the bug**
Similar to closed issue #19 , I am getting NaN's in the posthoc_conover_friedman test on all off-diagonal elements of the returned DataFrame.
`sp.posthoc_conover_friedman(mse…
-
### Description of feature
It's also possible to store data frames in `obsm` and `varm`:
```python
import anndata as ad
adata = ad.AnnData(
obs=pd.DataFrame(
index=["a", "b", "c"],
…
-
**Describe the bug**
Currently, if a cuDF dataframe includes a categorical series, it cannot be converted to a cupy array using the `to_cupy` method.
**Steps/Code to reproduce bug**
```python
import …
-
### Bug
The table representation appears misaligned between PDF and DOCX (depending on which one needs alignment, perhaps further formats are affected too).
### Steps to reproduce
The snippet…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to compare if dataframes are equal to one another.
```py
import daft
import numpy as np
arr = np.arang…
-
I've noticed that using pred_contribs to generate shap values takes significantly more gpu memory in XGBoost 2.1.1 vs 1.4.2.
This can lead to having issues with generating shap values, where no issu…
-
Hey!
I just tried using the package, unsuccessfully. Maybe something changed within OMIE endpoints?
I tried the example code you suggested:
`import datetime as dt
import matplotlib.pyplot as plt…