-
As per @ue71603 request an issue to discuss - @skinkie feedback for https://github.com/skinkie/reference/pull/108
Here's what was discussed so far:
me: "I'm not sure about the benefits still. What…
-
**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…
-
Using python run_data_collection.py
2024-09-12 17:10:38.783 | SUCCESS | europeanfootballleaguepredictor.common.config_parser:load_and_extract_yaml_section:38 - Successfully loaded the config.yaml
…
-
I don't expect tables with 5 columns to be "too wide". Should I?
```julia
Pkg.activate(temp=true)
Pkg.add("Tables")
Pkg.add("OpenML")
using OpenML, Tables
# [8b6db2d4] OpenML v0.3.2
# [b…
-
**What happened**:
DataFrame collections like dask dataframes or dask-cudf cannot be persisted after release 2021.2.0. @wphicks triaged that after the merge of this PR the issue started to present:…
-
It's much nicer working with dataframes in IJulia than in the atom client. Would it be possible to add a dataframe panel like Rstudio has? That would be very useful, especially if it some basic intera…
-
### Describe the bug
I'm not sure if this is really a bug, but anyway… While experimenting with the operators, I noticed `+` is permitted between dataframes. However, the result seems very strange …
-
## Reproduction
```python
from datetime import datetime
import polars as pl
from hamilton import driver
from hamilton_sdk import adapters
import __main__ as dag
def df() -> pl.Series:…
-
I think this has been discussed several times on StatsPlots, but let's move it here. My suggestion is to simply move the `@df` macro from StatsPlots to here. Having data in dataframes is a common use …
-
Came up in discussion of #20 with @brisvag
I like the pattern used there of providing a utility function for generating the projection matrices rather than attempting to store them on the datafram…