ten.get(x)
Return column data at the sub-processes. In order for ten.dist_apply
to retrieve column data at the sub-procs, the fun
argument in
ten.dist_apply
must have access to
ten.get
.
Syntax
ten.get(x)
Arguments
x
- The name of the column to be retrieved.
Returns
The column data as a numPy array.