Metadata-Version: 2.4
Name: data_pipeline_tool
Version: 0.1.2
Summary: A simple data pipeline package
Author: Vinith k
Author-email: vinithkabilar@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# data-pipeline

A simple and reusable Python data pipeline package for loading, cleaning, and validating CSV data.  
This package is designed for beginners and data analysts who want a clean, structured way to process data.

---

## Features

- Load CSV files into pandas DataFrames
- Clean data by removing duplicates and missing values
- Validate data to ensure it is usable
- Simple one-function pipeline execution
- Lightweight and easy to integrate into any project

---

## Installation

Install the package from PyPI using pip:

```bash
pip install data_pipeline_tool
