-
### What happened + What you expected to happen
Hello Nixtla community,
I suspect a bug, or a sampling optimization problem, especially for `BaseMultivariate` models!
First of all, the number o…
-
Hello,
I noticed that the class of an object created by `fgroup_by()` includes "grouped_df".
This causes issues for users that have pretty much any tidyverse package loaded as many dplyr functions…
-
**Describe the bug**
CSVDataset accepts pandas DataFrames as input for src. But it makes assumptions about the index.
This is because `convert_tables_to_dicts` uses `.loc` instead of `.iloc`. It g…
-
I was running through some testing for cuDF and noted these traces will not work because they use `iter_rows()` when `path` parameter is used on the `px` function.
```
import plotly.express as px
imp…
-
Hi Ciaran,
I am having some issues with the visualization of the transport column as described in the Hydrolearn course in 2.2 "Visualizing results with the transport column".
I am running the…
-
When the input JSON has lists with mixed types, `read_json` does not output nulls correctly for the output lists column. For example:
```
scala> val df = Seq("""{"a": [{"b": "1", "c": "2"}]}""", """{"…
-
### Bug description
Function: pivot_df
Error: The function pivot_df raised a KeyError when trying to pivot the DataFrame due to a missing column.
Log:
```
/app/superset/charts/post_processi…
frlm updated
23 hours ago
-
We've seen azure storage compat tests trigger a segfault [here](https://github.com/man-group/ArcticDB/actions/runs/11666782192/job/32489194323):
```
FAILED tests/compat/arcticdb/test_compatibility.p…
-
In trying to run this notebook, I did the following steps:
1. Cloned the repo
2. Moved the files __init__.py, helper.py, and plot.py to the same directory as LearnLimoneneDynamics.ipynb
3. Rename…
-
For some reason, the `df-show` attr on an `Activator` field doesn't work for me. The `hidden` attribute is always added. For other field types, `df-show` works fine.
In the code below, `recipients_…