Metadata-Version: 2.2
Name: pratlib
Version: 1.0.2
Summary: A PySpark library for machine learning, similar to scikit-learn.
Home-page: https://github.com/pratiush1234/pratlib
Author: Pratiush
Author-email: pratiushanand1@gmail.com
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
License-File: LICENSE
Requires-Dist: pyspark>=3.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PratLib

PratLib is a Python library that simplifies the usage of PySpark for data preprocessing, machine learning modeling, and other data science tasks, similar to scikit-learn.

## Installation

You can install PratLib using pip:

```sh
pip install pratlib
