Skip to content

This project utilizes an ETL process on global banking data. It extracts bank market cap data from a JSON, transforms the currency using exchange rates, and loads the converted data into a CSV file

Notifications You must be signed in to change notification settings

roynertr/Bank-Market-Cap-Data-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bank-Market-Cap-Data-Processing

This project utilizes an ETL process on global banking data. It extracts bank market cap data from a JSON, transforms the currency using exchange rates, and loads the converted data into a CSV file

Long Description

This project implements an ETL (Extract, Transform, Load) process to analyze global banking market capitalization data. It begins by extracting bank and market cap data from a JSON file. The extracted data is then transformed by converting the market cap currency using exchange rate data. Finally, the transformed data is loaded into a separate CSV file for further analysis or visualization. This project demonstrates practical application of data extraction, data transformation, and file handling in Python."

This description provides a clear, concise overview of your project, and communicates the key steps involved in the ETL process.

About

This project utilizes an ETL process on global banking data. It extracts bank market cap data from a JSON, transforms the currency using exchange rates, and loads the converted data into a CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published