Skip to content

extraction, transformation, and loading (ETL) process of data using Python and MySQL.

Notifications You must be signed in to change notification settings

njifack/ETL-data-Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates the extraction, transformation, and loading (ETL) process of data using Python and MySQL. The data is extracted from the ncbi website.

Steps Involved

Extraction: Data is scraped from the ncbi website using the pandas library. Transformation: The data is cleaned and transformed, including lowering column names and handling missing values. Loading: The cleaned data is loaded into a MySQL database.

About

extraction, transformation, and loading (ETL) process of data using Python and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages