文件名称:pypkgs_ubc
文件大小:36KB
文件格式:ZIP
更新时间:2024-04-10 02:05:43
Python
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]
【文件预览】:
pypkgs_ubc-main
----CONTRIBUTING.rst(3KB)
----.github()
--------workflows()
----poetry.lock(63KB)
----LICENSE(1KB)
----README.md(2KB)
----pypkgs_ubc()
--------pypkgs_ubc.py(1020B)
--------__init__.py(22B)
----CONDUCT.rst(3KB)
----docs()
--------conduct.rst(28B)
--------source()
--------make.bat(772B)
--------contributing.rst(33B)
--------conf.py(5KB)
--------usage.rst(81B)
--------installation.rst(1KB)
--------index.rst(723B)
--------Makefile(611B)
----tests()
--------test_pypkgs_ubc.py(558B)
--------__init__.py(0B)
----.readthedocs.yml(99B)
----.gitignore(2KB)
----pyproject.toml(844B)