1. 首页
  2. 数据库
  3. 其它
  4. pypkgs_ubc 源码

pypkgs_ubc 源码

上传者: 2021-03-29 07:48:51上传 ZIP文件 36.19KB 热度 24次
pypkgs_ubc 演示python包 安装 $ pip install -i https://test.pypi.org/simple/ pypkgs_ubc 特征 catbind函数让您轻松合并pandas分类! 依存关系 pandas 用法 >>> from pypkgs import pypkgs >>> import pandas as pd >>> a = pd.Categorical(["character", "hits", "your", "eyeballs"]) >>> b = pd.Categorical(["but", "integer", "where it", "counts"]) >>> pypkgs.catbind(a, b) [character, hits, your, eyeballs, but, integer, where it, counts]
用户评论