Metadata-Version: 2.4
Name: data-pipeline-helper-vi
Version: 2.1.0
Summary: A helper library for building and managing data pipelines
Home-page: https://github.com/yourusername/data-pipeline-helper
Author: VIGNESH P
Author-email: vvignesh8760@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: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Data Pipeline Helper

A lightweight Python package for cleaning and processing data in Pandas DataFrames.  
It includes handy functions for removing null values, duplicates, and other common data-cleaning operations.

---

## ðŸš€ Features
- Remove null values from specific columns
- Remove duplicate rows
- Easy-to-use helper functions
- Built with Pandas

---
Check out the [example script](examples/example_usage.py) for more details

---
## ðŸ“¦ Installation
```bash
pip install data-pipeline-helper
