Skip to content

Deborahaina/ETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETL

ETL is an acronym that stands for Export, transform and load. This is a ubiquitous data science term which defines the process of extracting data from an external data storage(relational/non-relational), performing analytics on it to solve real world problems and then loading it back to the same or another data storage.The goal is to always transform the data from what it was orginally and loading it to a secured data warehouse. Lately this term has become synonymous with working with large datasets, using a progamming langauge to get data insights and loading the data into the cloud. In this project. I scraped the yahoo finance news page to collect trending stocks data, used the python pandas library to transform the data and loaded it up to a relational data storage on AWS.

About

Export Transform and Load Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published