Capability library
每个功能,一个中文代码页面。
从 Python 内置能力到 Flask、数据库、AI、工业控制和动态库。搜索名称、签名或业务场景,打开页面即可复制运行。
当前找到 3458 项
021Pandas · Pandas 表格处理转数值
(*参数, **选项)↗022Pandas · Pandas 表格处理日期范围(*参数, **选项)↗023Pandas · Pandas 表格处理时间差(*参数, **选项)↗024Pandas · Pandas 表格处理时间戳(*参数, **选项)↗025Pandas · Pandas 表格处理读取表格(路径, 工作表=0, 全部文本: 'bool' = True, **选项)↗026Pandas · Pandas 表格处理整理列名(表, 去除空白: 'bool' = True)↗027Pandas · Pandas 表格处理列名(表) -> 'list[str]'↗028Pandas · Pandas 表格处理前几行(表, 行数: 'int' = 5)↗029Pandas · Pandas 表格处理后几行(表, 行数: 'int' = 5)↗030Pandas · Pandas 表格处理数据信息(表, 缓冲区=None, **选项)↗031Pandas · Pandas 表格处理描述统计(表, **选项)↗032Pandas · Pandas 表格处理形状(表)↗033Pandas · Pandas 表格处理数据类型(表)↗034Pandas · Pandas 表格处理合并数据表(表列表, 重建索引: 'bool' = True)↗035Pandas · Pandas 表格处理清理文本列(表, 列列表)↗036Pandas · Pandas 表格处理筛选非空(表, 列列表)↗037Pandas · Pandas 表格处理筛选等于(表, 列名, 值)↗038Pandas · Pandas 表格处理选择列(表, 列)↗039Pandas · Pandas 表格处理按标签选取(表, 行=None, 列=None)↗040Pandas · Pandas 表格处理按位置选取(表, 行=None, 列=None)↗041Pandas · Pandas 表格处理取单元格(表, 行, 列, 按标签: 'bool' = True)↗042Pandas · Pandas 表格处理按条件筛选(表, 条件, 复制: 'bool' = True)↗043Pandas · Pandas 表格处理按列计数(表, 分组列, 数量列名: 'str' = '数量', 排序列=None, 降序: 'bool' = True)↗044Pandas · Pandas 表格处理按列求和(表, 分组列, 数值列, 数量列名: 'str | None' = None, 排序列=None, 降序: 'bool' = True)↗045Pandas · Pandas 表格处理数据透视计数(表, 行, 列, 合计: 'bool' = True, 合计名称: 'str' = '合计')↗046Pandas · Pandas 表格处理排序(表, 按, 降序: 'bool' = True)↗047Pandas · Pandas 表格处理按值排序(表, 按, 升序: 'bool' = True, 重建索引: 'bool' = False, **选项)↗048Pandas · Pandas 表格处理按索引排序(表, 升序: 'bool' = True, **选项)↗049Pandas · Pandas 表格处理聚合(对象, 函数=None, **选项)↗050Pandas · Pandas 表格处理分组聚合(表, 按, 聚合规则, 重建索引: 'bool' = True, **选项)↗