-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
It would be nice to document recently implemented .reduce() feature to return nested frames. Ideas for the documentation example case:
- Split light curve to single band light curves, like
{"lc.band", "lc.time", "lc.flux"}to{"lc_r.time", "lc_r.flux", "lc_g.time", "lc_r.flux"}. - Produce a periodogram
{"periodogram.freq", "periodogram.power"}or a structure function - Replace light curve with a new one. For example filter data in a non-trivial way (e.g. sigma-clipping) or interpolate the data
Some of those could go to the LSDB docs instead.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation