Skip to content

Extract, Transform, Load (ETL) code in Python to extract, transform and load a collection of csv, json and xml files holding data about cars into a single csv file

Notifications You must be signed in to change notification settings

MariamFahmy/ETL_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ETL Practice

Practice for the IBM course Extract, Transform, Load (ETL) code in Python to extract, transform and load a collection of csv, json and xml files holding data about cars (data source: https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBMDeveloperSkillsNetwork-PY0221EN-SkillsNetwork/labs/module%206/Lab%20-%20Extract%20Transform%20Load/data/datasource.zip) into a single csv file.

Logs the start and end times of the extract, transform and load steps into a log file.

The outputs of the program are log_file.txt and transformed_data.csv; both are in this repo.

About

Extract, Transform, Load (ETL) code in Python to extract, transform and load a collection of csv, json and xml files holding data about cars into a single csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages