Metadata-Version: 2.1
Name: lambdata-henry
Version: 0.0.3
Summary: date_extract, state-abbreviation
Home-page: https://github.com/henryspg/lambdata
Author: Henry Gultom
Author-email: henryspg@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
Requires-Dist: numpy
Requires-Dist: pandas

# lambdata
Python package for DS


This is a simple example package created by Henry Gultom as an 
assignment for Data Science class.
The package is about:

1. Conversion of State_abbreviation (sample: FL to Florida, and vice versa)
2. date conversion to: year, month, and day

    sample of date dataframe: 
    df = pd.DataFrame({'date': ['2018-08-09 11:10:55','2019-03-02 13:15:21']})


My test.pypi is on:
https://test.pypi.org/project/lambdata-henry/


