Metadata-Version: 2.1
Name: pd-utils
Version: 0.2.3
Summary: High-level tools for common Pandas workflows
Home-page: https://github.com/nickderobertis/pd-utils
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/pd-utils
Project-URL: Documentation, https://nickderobertis.github.io/pd-utils
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md


[![](https://codecov.io/gh/nickderobertis/pd-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/pd-utils)

# pd-utils

## Overview

High-level tools for common Pandas workflows

## Getting Started

Install `pd_utils`:

```
pip install pd_utils
```

A simple example:

```python
import pd_utils

# Do something with pd_utils
```

## Links

See the 
[documentation here.](
https://nickderobertis.github.io/pd-utils/
)

## Author

Created by Nick DeRobertis. MIT License.

