Column limit in output of notebooks
Open
enhancement
performance
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
Just like there is a row-limit on the displaying of DataFrames, there should be a configurable limit on the number of columns that are displayed. Notebooks (like [this](https://github.com/Kotlin/dataframe/blob/static-examples2/examples/notebooks/json/KeyValueAndOpenApi.ipynb)) simply become to large to be viewed/uploaded to GitHub, especially after [enabling static output](https://github.com/Kotlin/dataframe/pull/511).
This limit can probably be a lot larger than the row-limit, but might have to include some visual cues that the rendered DataFrame is truncated.
Contributor guide
Assessment
This issue has not been assessed yet.