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()"