lincc-frameworks / lincc-frameworks/nested-pandas
Add examples of nested column creation to Fine Data Manipulation document
- Dominant language
- Python
- Stars
- 26
- Forks
- 8
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
Now that #150 has merged, the use cases captured by its unit tests should also be introduced in the tutorial documentation, in this document in particular:
https://nested-pandas.readthedocs.io/en/latest/tutorials/data_manipulation.html
Demonstrate examples of the form
```python
nf2 = nf.eval("lc.calibrated_mag = lc.mag + zp")
```
and
```python
nf2 = nf.eval("a + packed.c.median()"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the Fine Data Manipulation tutorial at the linked ReadTheDocs page and review the use cases covered by #150's unit tests. Add documentation examples for creating nested columns and evaluating an expression over a packed nested column; the tutorial should demonstrate both forms shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100