Metadata-Version: 2.1
Name: lambdata-dustinstringer
Version: 0.0.7
Summary: A small example package
Home-page: https://github.com/dustin-py/lambdata-dustinstringer
Author: Dustin Stringer
Author-email: dustinstringer92@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# lambdata-dustinstringer
A collection of datascience utility functions.

## Installation:
    pip install lambdata-dustinstringer

## Modules:
- dustydata.wild_west <-- module for data wrangling and feature engineering

## Classes:
- dustydata.wild_west.johnWayne(dataframe, check_null=boolean, check_data_types=boolean)

## Attributes/Methods/Functions:
- dustydata.wild_west.johnWayne.cardinality_cutter(threshold=int)
- dustydata.wild_west.johnWayne.tri_split(val_size=float, test_size=float)



