Metadata-Version: 2.1
Name: AustinWolffHelperFunction
Version: 0.0.3
Summary: Returns random adjectives and bowling scores (yes you read that right).
Home-page: https://github.com/AustinJamesWolff/lambdata-ds33
Author: Austin Wolff
Author-email: austinwolff1997@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AustinJamesWolff/lambdata-ds33/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

## Random Helper Module

This module can:
1. Remove IQR outliers from a dataframe (analyzed by column) and
2. Return random seed phrases.

See [helper_function.py](https://github.com/AustinJamesWolff/lambdata-ds33/blob/master/src/lambdata-austinwolff/helper_function.py) for more information.

