Metadata-Version: 2.1
Name: datastuff
Version: 0.1.3
Summary: A package that provides functions for a collection of common data science tasks
Author: benthecoder
Author-email: benthecoder07@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.23.2,<2.0.0)
Requires-Dist: pandas (>=1.4.4,<2.0.0)
Description-Content-Type: text/markdown

# datastuff

A simple python package that provides functions for a collection of common data science tasks

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![Code Coverage][coverage-image]][coverage-url]
[![][stars-image]][stars-url]

## Getting started

You can [get `datastuff` from PyPI](https://pypi.org/project/datastuff),
which means it's easily installable with `pip`:

```bash
pip install datastuff
```

## Changelog

Refer to the [CHANGELOG.rst](CHANGELOG.rst) file.

<!-- Badges: -->

[pypi-image]: https://img.shields.io/pypi/v/datastuff
[pypi-url]: https://pypi.org/project/datastuff/
[build-image]: https://github.com/benthecoder/datastuff/actions/workflows/build.yaml/badge.svg
[build-url]: https://github.com/benthecoder/datastuff/actions/workflows/build.yaml
[coverage-image]: https://codecov.io/gh/benthecoder/datastuff/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/benthecoder/datastuff/
[stars-image]: https://img.shields.io/github/stars/benthecoder/datastuff/
[stars-url]: https://github.com/benthecoder/datastuff

