Metadata-Version: 2.4
Name: error_remove
Version: 0.0.3
Summary: A helper library for building and managing data pipelines
Author: MR_TAMIL
Author-email: s73484348@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
Requires-Dist: boto3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Error_remove

A Python package with utilities for building and managing da
pipelines.

## Features
- Data cleaning utilities
- ETL helpers
- SQL query builders


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

## Installation
```bash
pip install error_remove
