Home | Trees | Index | Help |
|
---|
Package xdp :: Module transformation :: Class CleanTransform |
|
Transformation
--+
|
CleanTransform
Method Summary | |
---|---|
Create a new CleanTransfrom object which will clean the vector from column 'cName' and any additional vectors from 'columnNames'. | |
Clean the vectors columns from the object 'data' and return a new data object containing the trimmed columns. | |
Inherited from Transformation | |
Apply this transformation to the xdp.Data object 'data'. |
Method Details |
---|
__init__(self,
cName,
*columnNames)
Create a new CleanTransfrom object which will clean the vector from
column 'cName' and any additional vectors from 'columnNames'.
|
apply(self, data)Clean the vectors columns from the object 'data' and return a new data object containing the trimmed columns. An xdp.ColumnNameError is raised if either of the source column names specified in the constructor are invalid.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 | http://epydoc.sf.net |