|
lsst.pipe.tasks g2c8cee2ce7+a177a69160
|
Public Member Functions | |
| Iterable[str] | columns (self) |
| pd.DataFrame | __call__ (self, df, **kwargs) |
| None | __init_subclass__ (cls, **kwargs) |
Static Public Attributes | |
| aggregator | |
| newColumn = Field(doc="Name of the new column to add", dtype=str) | |
| cache | |
| cacheArgs | |
Protected Attributes | |
| _frozen | |
Static Protected Attributes | |
| Mapping | _actionCache [int, Any] |
Definition at line 164 of file _actions.py.
| pd.DataFrame lsst.pipe.tasks.dataFrameActions._actions.AddColumn.__call__ | ( | self, | |
| df, | |||
| ** | kwargs ) |
Definition at line 173 of file _actions.py.
|
inherited |
Definition at line 21 of file _baseDataFrameActions.py.
| Iterable[str] lsst.pipe.tasks.dataFrameActions._actions.AddColumn.columns | ( | self | ) |
This property should return an iterable of columns needed by this action
Reimplemented from lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.
Definition at line 170 of file _actions.py.
|
staticprotectedinherited |
Definition at line 12 of file _baseDataFrameActions.py.
|
protectedinherited |
Definition at line 35 of file _baseDataFrameActions.py.
|
static |
Definition at line 165 of file _actions.py.
|
staticinherited |
Definition at line 14 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 17 of file _baseDataFrameActions.py.
|
static |
Definition at line 167 of file _actions.py.