Python package that eases the pain of concatenating Pandas categoricals!
Project description
pypkgs
Python package that eases the pain of concatenating Pandas categoricals!
Installation
pip install -i https://test.pypi.org/simple/ pypkgs
Dependencies
See poetry.lock for a list of dependencies.
Usage
>>> 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]
Categories (8, object): [but, character, counts,
eyeballs, hits, integer, where it, your]
Documentation
The official documentation is hosted on Read the Docs: https://pypkgs.readthedocs.io/en/latest/
Credits
This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypkgs-0.1.1.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file pypkgs-0.1.1.tar.gz
.
File metadata
- Download URL: pypkgs-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.7.6 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d57ebc1c3e3fce7c229f7bb23a0b1d18b249dc5c927142638b8e0c881b8109bb |
|
MD5 | 5e0676ad7ee2dfdbaad427371262671f |
|
BLAKE2b-256 | e5e728d6ddbbe05fa220125caa191665e7ec95ee8cac503054326aca53e81757 |
File details
Details for the file pypkgs-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pypkgs-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.7.6 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 655e5583a078c4adf21898f260c923e9bb33bd09bf5366f699efd7881e059b74 |
|
MD5 | 9d722fa3b1944474779c6ea09bddad12 |
|
BLAKE2b-256 | 0b23e662b976c77eb1926cc1c05877ac533f9d7c944211509b723cb06901a1bd |