-
In this request we are considering a use case where "species" ( coordinates are: "wildcat", "ants", "frog, "wolf",...) is not a property but a dimension. The property will be the number of occurrences…
-
Using pyo3-polars 0.17 with the _dtype-categorical_ feature for polars seems to lead to compilation errors. Using pyo3-polars 0.15 works fine.
> error[E0004]: non-exhaustive patterns: `&DataType::C…
-
Hi there,
Is there a way readily change the *_id_assoc_bayes/ttest.yaml file to account for multiple levels of "drug". For example, I have survey data where the responses are coded as integers fro…
-
I know I can convert string categories to 0,1,2,... and then pass to beeswarm, but it would be convenient to be able to pass the categories directly in.
```
xs::Vector{String} = ["a", "b"]
ys::Vector…
-
### What happened?
Faceting by `pl.Categorical` columns results in wrong facets
```python
alt.Chart(
pl.from_pandas(vega_datasets.data.cars()).with_columns(
pl.col("Origin").cast(pl…
-
Consider whether we need some specific support (for instance with a discretised `batlow`) for categorical variables with a well-defined order (eg, describing a price or an age, or bins of a continuous…
-
So, we have some urinalysis labs that have both categorical & continuous data in the form. Specifically:
#### Continuous
- Urobilinogen, pH, Specific Gravity
#### Categorical
- Appearance, Col…
-
FAIL in (verify-classification-iris-nil-catmap) (model_integration_test.clj:205)
#error {
:cause value 0 for Parameter num_class should be greater equal to 1
num_class: Number of output class in t…
-
Hi!
I am testing napari-spatialdata on a public Nanostring Cosmx dataset (https://kero.hgc.jp/Breast_Cancer_Spatial.html), and I would like to set a custom color for each label of a specific categoric…
-
Currently, pipedag fails when trying to materialize a polars table with Categorical types