Metadata-Version: 2.1
Name: sparkcleaner
Version: 1.0.1
Summary: cleaning functions for pyspark df
Home-page: https://github.com/IvoWnds/pysparkdfcleaner
Author: IvoW
Author-email: ivownds@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/IvoWnds/pysparkdfcleaner/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pyspark-df-cleaner
Making life easier. This package is used for cleaning Pyspark dataframes. The module will be extended in the future.

It currently consists of two main features:
- Removing leading zeros from column
- Casting int/long column to date

Should you have any suggestions for additional features, just let me know.


