Metadata-Version: 2.4
Name: kishore-data_pipeline_helper
Version: 0.1.0
Summary: A helper library for building and managing data pipeline
Home-page: https://github.com/KishoreS/data_pipeline_helper
Author: Kishore S
Author-email: kishoredevs1506@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 utility package for:
- Data cleaning with pandas
- CSV ETL operations
- SQL query builders

---

## âœ¨ Features

- Remove null values and duplicates from DataFrames
- Load and save CSV files easily
- Generate SQL `SELECT` and `INSERT` queries programmatically

---
check out the [example_script](examples/example_usage.py) for more data

## ðŸ“¦ Installation

Install from pip:

```bash
pip install data-pipeline-helper
