lincc-frameworks / lincc-frameworks/nested-pandas
`NestedSeries` HTML optimization should truncate long nested values
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 26
- Forks
- 8
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
**Bug report**
```python
lsdb.open_catalog(
'hf://datasets/hugging-science/mmu_legacysurvey_dr10_south_21',
columns=["image"],
search_filter=lsdb.ConeSearch(ra=150.1, dec=2.1, radius_arcsec=100),
)
```
**Environment Information**
Traceback
FILL IN YOUR STACK TRACE HERE
**Before submitting**
Please check the following:
- [ ] I have described the situation in which the bug arose, including what code was executed, and any applicable data others will need to reproduce the problem.
- [ ] I have included information about my environment, including the version of this package (e.g. `nested_pandas.__version__`)
- [ ] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a description of what I expected instead.
- [ ] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
Contributor guide
No contributing guide indexed for this repository
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
Start by reproducing the provided lsdb.open_catalog example and inspect how NestedSeries values are rendered as HTML. Confirm which nested values become excessively long, then verify that the HTML representation truncates those values without breaking the displayed result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100