跳到主要内容
Ctrl+K
cudf 25.04.00 documentation - Home cudf 25.04.00 documentation - Home
  • cuDF 用户指南
  • cudf.pandas
  • Polars GPU 引擎
  • pylibcudf 文档
  • libcudf 文档
    • 开发者指南
  • GitHub
  • Twitter
主页
cudf
cucimcudf-javacudfcugraphcumlcuprojcuspatialcuvscuxfilterdask-cudadask-cudfkvikiolibcudflibcumllibcuprojlibcuspatiallibkvikiolibrmmlibucxxraftrapids-cmakerapidsmpfrmm
stable (25.04)
nightly (25.06)stable (25.04)legacy (25.02)
  • cuDF 用户指南
  • cudf.pandas
  • Polars GPU 引擎
  • pylibcudf 文档
  • libcudf 文档
  • 开发者指南
  • GitHub
  • Twitter

章节导航

目录

  • libcudf 文档
    • libcudf
    • 默认流
    • 内存资源管理
    • Cudf 类
      • 列类
        • 列工厂
        • 字典类
        • 列表类
        • 字符串类
        • 结构体类
        • 时间戳类
      • 表类
      • 标量类
        • 标量工厂
      • 定点类
    • 列 API
      • 列复制
        • 复制连接
        • 复制收集
        • 复制分散
        • 复制切片
        • 复制分割
        • 复制移位
      • 列空值掩码
      • 列排序
      • 列搜索
      • 列哈希
      • 列合并
      • 列连接
      • 列分位数
      • 列聚合
        • 聚合工厂
        • 聚合缩减
        • 聚合分组
        • 聚合滚动
      • 列转换
        • 转换一元运算
        • 转换二元运算
        • 转换变换
        • 转换替换
        • 转换填充
      • 列重塑
        • 重塑转置
      • 列重排
        • 重排分区
        • 重排紧凑
      • 列互操作
        • 互操作 Dlpack
        • 互操作 Arrow
    • 日期时间 API
      • 日期时间提取
      • 日期时间计算
    • 字符串 API
      • 字符串大小写
      • 字符串类型
      • 字符串组合
      • 字符串包含
      • 字符串转换
      • 字符串复制
      • 字符串切片
      • 字符串查找
      • 字符串修改
      • 字符串替换
      • 字符串分割
      • 字符串提取
      • 字符串正则
    • 字典 API
      • 字典编码
      • 字典搜索
      • 字典更新
    • Io API
      • Io 类型
      • Io 读取器
      • Io 写入器
      • Io 数据源
      • Io 数据汇
    • JSON API
      • JSON 对象
    • 列表 API
      • 列表组合
      • 列表修改
      • 列表提取
      • 列表填充
      • 列表包含
      • 列表收集
      • 列表元素
      • 列表过滤
      • 列表排序
      • 集合操作
    • Nvtext API
      • Nvtext Ngrams
      • Nvtext 标准化
      • Nvtext 词干提取
      • Nvtext 编辑距离
      • Nvtext 分词
      • Nvtext 替换
      • Nvtext Minhash
      • Nvtext Jaccard
    • 实用工具 API
      • 实用工具类型
      • 实用工具调度器
      • 实用工具位掩码
      • 实用工具错误
      • 实用工具 Span
    • 标签 API
      • 标签箱
    • 表达式求值
    • tdigest
  • 正则表达式特性
  • Unicode 限制
  • libcudf 文档
  • libcudf 文档
  • 列 API
  • 列转换

列转换#

group Transformation

目录

  • 转换一元运算
    • rounding_method
    • unary_operator
    • round()
    • convert_floating_to_fixed()
    • convert_fixed_to_floating()
    • convert_to_floating()
    • unary_operation()
    • is_null()
    • is_valid()
    • cast()
    • is_supported_cast()
    • is_nan()
    • is_not_nan()
  • 转换二元运算
    • binary_op_common_type_t
    • binary_operator
    • binary_operation()
    • binary_operation()
    • binary_operation()
    • binary_operation()
    • binary_operation_fixed_point_scale()
    • binary_operation_fixed_point_output_type()
    • binary_op_has_common_type_v
    • cudf::binary_op_common_type
    • cudf::binary_op_common_type< L, R, std::enable_if_t< has_common_type_v< L, R > > >
    • cudf::binary_op_common_type< L, R, std::enable_if_t< is_fixed_point< L >() &&cuda::std::is_floating_point_v< R > > >
    • cudf::binary_op_common_type< L, R, std::enable_if_t< is_fixed_point< R >() &&cuda::std::is_floating_point_v< L > > >
  • 转换变换
    • transform()
    • nans_to_nulls()
    • compute_column()
    • bools_to_mask()
    • encode()
    • one_hot_encode()
    • mask_to_bools()
    • row_bit_count()
    • segmented_row_bit_count()
  • 转换替换
    • replace_policy
    • replace_nulls()
    • replace_nulls()
    • replace_nulls()
    • replace_nans()
    • replace_nans()
    • find_and_replace_all()
    • clamp()
    • clamp()
    • normalize_nans_and_zeros()
    • normalize_nans_and_zeros()
  • 转换填充
    • fill_in_place()
    • fill()
    • repeat()
    • repeat()
    • sequence()
    • sequence()
    • calendrical_month_sequence()

上一页

聚合滚动

下一页

转换一元运算

本页

  • 查看源代码

© 版权所有 2018-2025, NVIDIA Corporation.

使用 Sphinx 8.2.3 创建。

使用 PyData Sphinx Theme 0.16.1 构建。