Metadata-Version: 2.1
Name: pypkgs-rissangs
Version: 1.1.5
Summary: Python package that eases the pain of concatenating Pandas categoricals.
License: MIT
Author: rissangs
Author-email: 70673560+rissangs@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.2.2,<2.0.0)
Description-Content-Type: text/markdown

# pypkgs_rissangs 

![](https://github.com/rissangs/pypkgs_rissangs/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/rissangs/pypkgs_rissangs/branch/main/graph/badge.svg)](https://codecov.io/gh/rissangs/pypkgs_rissangs) ![Release](https://github.com/rissangs/pypkgs_rissangs/workflows/Release/badge.svg) [![Documentation Status](https://readthedocs.org/projects/pypkgs_rissangs/badge/?version=latest)](https://pypkgs_rissangs.readthedocs.io/en/latest/?badge=latest)

Python package that eases the pain of concatenating Pandas categoricals

## Installation

```bash
$ pip install -i https://test.pypi.org/simple/ pypkgs_rissangs
```

## Features

- TODO

## Dependencies

- TODO

## Usage

- TODO

## Documentation

The official documentation is hosted on Read the Docs: https://pypkgs_rissangs.readthedocs.io/en/latest/

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/rissangs/pypkgs_rissangs/graphs/contributors).

### Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

