Definition at line 133 of file _actions.py.
◆ __call__()
pd.DataFrame lsst.pipe.tasks.dataFrameActions._actions.AddColumn.__call__ |
( |
|
self, |
|
|
|
df, |
|
|
** |
kwargs |
|
) |
| |
◆ columns()
Iterable[str] lsst.pipe.tasks.dataFrameActions._actions.AddColumn.columns |
( |
|
self | ) |
|
◆ aggregator
lsst.pipe.tasks.dataFrameActions._actions.AddColumn.aggregator |
|
static |
Initial value:= ConfigurableActionField(doc="This is an instance of a Dataframe action that will be used "
"to create a new column", dtype=DataFrameAction)
Definition at line 134 of file _actions.py.
◆ newColumn
lsst.pipe.tasks.dataFrameActions._actions.AddColumn.newColumn = Field(doc="Name of the new column to add", dtype=str) |
|
static |
The documentation for this class was generated from the following file: