Skip to main content

Python package that eases the pain of concatenating Pandas categoricals!

Project description

pypkgs

codecov build Documentation Status

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


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 hashes)

Uploaded Source

Built Distribution

pypkgs-0.1.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page