GroupBy can't be properly formatted
Open
@koperagen is already working on this.
Since Jul 14, 2023.
bug
enhancement
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
using Jupyter Lab 4.0.2 and latest versions of kotlin jupyter and kotlin/dataframe
(don't know how to get kotlin jupyter and kotlin/dataframe version, but I just installed them today
after running dataFrame.groupBy{...}, the returned value is org.jetbrains.kotlinx.dataframe.impl.GroupByImpl
the mem, ssd, vad columns are LongArrays, it is correctly formatted like this
but long model strings are shortened
I'd like to change that, but not globally, just for this dataframe. so I write the following code, but it has 3 problems
LongArraycolumns are not properly rendered(there is notoHTMLinGroupByImpl, and usinginto(...)results in the same problem
cellContentLimit=-1is not working according to doc
https://kotlin.github.io/dataframe/tohtml.html#configuring-display-for-individual-output
- cell text is wrapped, while the dataframe is also horizontally scrollable. how can we disable cell text wrapping?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.