跳到主内容
回到顶部
Ctrl
+
K
用户指南
API 参考
从源代码构建
开发
发布说明
学习
更多
NEPs
选择版本
GitHub
用户指南
API 参考
从源代码构建
开发
发布说明
学习
NEPs
选择版本
GitHub
章节导航
NumPy 的模块结构
数组对象
通用函数 (
ufunc
)
按主题分类的例程和对象
常量
数组创建例程
数组操作例程
位操作
字符串功能
日期时间支持函数
数据类型例程
自动域数学函数
浮点错误处理
异常和警告
离散傅里叶变换
函数式编程
输入和输出
索引例程
numpy.c_
numpy.r_
numpy.s_
numpy.nonzero
numpy.where
numpy.indices
numpy.ix_
numpy.ogrid
numpy.ravel_multi_index
numpy.unravel_index
numpy.diag_indices
numpy.diag_indices_from
numpy.mask_indices
numpy.tril_indices
numpy.tril_indices_from
numpy.triu_indices
numpy.triu_indices_from
numpy.take
numpy.take_along_axis
numpy.choose
numpy.compress
numpy.diag
numpy.diagonal
numpy.select
numpy.place
numpy.put
numpy.put_along_axis
numpy.putmask
numpy.fill_diagonal
numpy.nditer
numpy.nditer.close
numpy.nditer.copy
numpy.nditer.debug_print
numpy.nditer.enable_external_loop
numpy.nditer.iternext
numpy.nditer.remove_axis
numpy.nditer.remove_multi_index
numpy.nditer.reset
numpy.ndenumerate
numpy.ndindex
numpy.nested_iters
numpy.flatiter
numpy.iterable
线性代数
逻辑函数
掩码数组操作
数学函数
杂项例程
多项式
随机抽样
集合例程
排序、搜索和计数
统计
测试支持
窗口函数
类型提示 (
numpy.typing
)
打包
NumPy C-API
数组 API 标准兼容性
CPU/SIMD 优化
线程安全
全局配置选项
NumPy 安全
numpy.distutils
的现状及迁移建议
numpy.distutils
用户指南
NumPy 和 SWIG
NumPy 参考
按主题分类的例程和对象
索引例程
numpy.nditer
numpy.nditer.remove_axis
numpy.nditer.remove_axis
#
方法
nditer.
remove_axis
(
i
,
/
)
#
从迭代器中移除轴
i
。需要启用“multi_index”标志。
本页内容
nditer.remove_axis