Module datafusion_python::datafusion_common::arrow::compute::kernels::zip
source · Functions§
- Zip two arrays by some boolean mask. Where the mask evaluates
truevalues oftruthyare taken, where the mask evaluatesfalsevalues offalsyare taken.