HTML repr with many data vars
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 14
Description
What is your issue?
I've been working with Datasets with 1000+ data vars. The HTML repr is extremely slow.
My current solution is to change the config to use the text at the top of the notebook, and then kick myself & restart when I forget.
Would folks be OK with us falling back to the text repr automatically for, say, >100 data vars?
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.
Research direction
No files or tests are named. Start by locating the Dataset HTML repr entry point and the existing text-repr configuration, then inspect related repr tests; done should be an automatic text-repr fallback for datasets exceeding the agreed data-variable threshold, with regression coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100