Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples of nested column creation to Fine Data Manipulation document #153

Open
gitosaurus opened this issue Oct 15, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@gitosaurus
Copy link
Contributor

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

nf2 = nf.eval("lc.calibrated_mag = lc.mag + zp")

and

nf2 = nf.eval("a + packed.c.median()"
@dougbrn dougbrn added the documentation Improvements or additions to documentation label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants