|
lsst.pipe.tasks
19.0.0-50-gd80f8f78+1
|
Public Member Functions | |
| def | __call__ (self, parq, dropna=False, kwargs) |
| def | noDup (self) |
| def | columns (self) |
| def | multilevelColumns (self, parq) |
| def | __call__ (self, parq, dropna=False) |
| def | fail (self, df) |
| def | name (self) |
| def | shortname (self) |
Public Attributes | |
| filt | |
| dataset | |
Static Public Attributes | |
| name | |
Main function of this subclass is to override the dropna=True
Definition at line 704 of file functors.py.
|
inherited |
Definition at line 182 of file functors.py.
| def lsst.pipe.tasks.functors.Labeller.__call__ | ( | self, | |
| parq, | |||
dropna = False, |
|||
| kwargs | |||
| ) |
Definition at line 712 of file functors.py.
|
inherited |
Columns required to perform calculation
Definition at line 127 of file functors.py.
|
inherited |
Definition at line 193 of file functors.py.
|
inherited |
Definition at line 134 of file functors.py.
|
inherited |
Full name of functor (suitable for figure labels)
Definition at line 197 of file functors.py.
|
inherited |
Definition at line 120 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Definition at line 203 of file functors.py.
|
inherited |
Definition at line 116 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
static |
Definition at line 709 of file functors.py.
1.8.13