Kotlin / Kotlin/dataframe

Ability to address Frame columns in DF via `colsAtAnyDepth` functionality

Open
#270 2 comments 0 reactions 1 assignee Claimed by @Jolanrensen View on GitHub
enhancement research
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

See the example below
```
class P(val x: Double, val y: Double)
class V(val w: Int, val p: List

)

val a = List(2) { V (1, List

(5){ P(2.0, 2.0) })}

val df = a.toDataFrame(maxDepth = 2)
df.update { dfsOf() }.with { it*2 } // this statement does nothing
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.