Metadata-Version: 2.1
Name: datacode
Version: 0.4.0
Summary: High-level tools to analyze, summarize, and transform data
Home-page: https://github.com/nickderobertis/data-code
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/data-code
Project-URL: Documentation, https://nickderobertis.github.io/data-code
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
Requires-Dist: pandas
Requires-Dist: pd-utils
Requires-Dist: matplotlib
Requires-Dist: regtools
Requires-Dist: pyexlatex
Requires-Dist: pyfileconf


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

# data-code

## Overview

High-level tools to analyze, summarize, and transform data

## Getting Started

Install `datacode`:

```
pip install datacode
```

A simple example:

```python
import datacode

# Do something with datacode
```

## Links

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

## Author

Created by Nick DeRobertis. MIT License.

