用法:
Series.as_mask()
将布尔值转换为位掩码
- 设备阵列
返回:
例子:
>>> import cudf >>> s = cudf.Series([True, False, True]) >>> s.as_mask() <cudf.core.buffer.Buffer object at 0x...>
相关用法
- Python cudf.Series.asin用法及代码示例
- Python cudf.Series.astype用法及代码示例
- Python cudf.Series.add用法及代码示例
- Python cudf.Series.apply用法及代码示例
- Python cudf.Series.all用法及代码示例
- Python cudf.Series.acos用法及代码示例
- Python cudf.Series.autocorr用法及代码示例
- Python cudf.Series.append用法及代码示例
- Python cudf.Series.any用法及代码示例
- Python cudf.Series.applymap用法及代码示例
- Python cudf.Series.argsort用法及代码示例
- Python cudf.Series.abs用法及代码示例
- Python cudf.Series.atan用法及代码示例
- Python cudf.Series.ceil用法及代码示例
- Python cudf.Series.update用法及代码示例
- Python cudf.Series.max用法及代码示例
- Python cudf.Series.head用法及代码示例
- Python cudf.Series.reindex用法及代码示例
- Python cudf.Series.interleave_columns用法及代码示例
- Python cudf.Series.min用法及代码示例
注:本文由纯净天空筛选整理自rapids.ai大神的英文原创作品 cudf.Series.as_mask。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。