Skip to main content

A beginner-friendly Python ETL package for CSV, Excel, JSON, and MySQL workflows.

Project description

FriendlyETL

A beginner-friendly and customizable Python ETL (Extract, Transform, Load) package designed for fast and efficient data workflows. Built using Pandas and compatible with files and databases, this package helps you automate your ETL pipelines with just a few lines of code.

🔧 Features

  • ✅ Extract data from CSV, Excel, JSON, or databases (MySQL)
  • ✅ Clean and transform datasets using common operations
  • ✅ Load data to CSV or back into MySQL databases
  • ✅ Modular and easy to extend for your own workflows
  • ✅ Designed for beginners, students, and professionals alike

🗂 Project Structure

friendlyetl/ ├── friendlyetl/ │ ├── init.py │ ├── extract.py │ ├── transform.py │ ├── load.py ├── setup.py ├── README.md └── dist/

🚀 Installation

Install the package from your local build:

pip install dist/friendlyetl-1.0.0-py3-none-any.whl

import friendlyetl as fetl

# Extract data from CSV
df = fetl.extract_data('input/sales.csv')

# Transform data
clean_df = fetl.clean_data(df)

# Load to MySQL
fetl.load_to_mysql(clean_df, db_name="sales_db", table_name="clean_sales")

 ## Dependencies
Python 3.6+

pandas

sqlalchemy

mysql-connector-python (if using MySQL)

Install all dependencies:

pip install -r requirements.txt
👤 Author
Divith Raju
Built with ❤️ to simplify ETL pipelines.
🔗 GitHub

📜 License
This project is licensed under the MIT License. See LICENSE file for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

friendlyetl-1.0.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

friendlyetl-1.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file friendlyetl-1.0.1.tar.gz.

File metadata

  • Download URL: friendlyetl-1.0.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for friendlyetl-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5bc0d4f00be2c5b66973fb390a70fa6540db2723deb028e3021ef74386fbb469
MD5 096bd313c8fbec8208a622dcc959da1c
BLAKE2b-256 56f3720c6a729eb42ea733203150938341672b9920286413d39a74798f6bfa74

See more details on using hashes here.

File details

Details for the file friendlyetl-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: friendlyetl-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for friendlyetl-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f3f0882a52409ae9ce3467324a5d3e0449ef35a2261e3fcc0786337ce174f19e
MD5 ed0c69d005a369e2f11d41c8ba54f43f
BLAKE2b-256 eb6492bf271c3726abb81734259e96ed91aaca8e3b0d6932848906ad7049f137

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page