Giter Site home page Giter Site logo

etl-py's Introduction

ETL Process for Bank Market Capitalization

This project extracts, transforms, and loads (ETL) data related to the market capitalization of the largest banks. The data is fetched from a web archive of a Wikipedia page, transformed according to specified exchange rates, and then loaded into a CSV file and an SQLite database.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/ash-codess/etl-python.git
  2. Navigate to the project directory:
    cd etl-python
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Ensure you have the exchange rates CSV file (exchange_rate.csv) in the project directory.
  2. Run the main script:
    python main.py

Functions

fetch_html(url: str) -> str

Fetches the HTML content of the given URL.

extract_table(html: str, table_attribs: str) -> pd.DataFrame

Extracts a table from the given HTML content based on the provided table attributes.

extract(url: str, table_attribs: str) -> Union[pd.DataFrame, None]

Extracts a table from the given URL and attributes.

transform_market_cap(df: pd.DataFrame, exchange_rates: dict) -> pd.DataFrame

Transforms the 'Market cap (US$ billion)' column in the DataFrame to different currencies.

load_to_csv(df: pd.DataFrame, output_path: str) -> None

Saves the DataFrame to a CSV file.

load_to_db(df: pd.DataFrame, conn: sqlite3.Connection, table_name: str) -> None

Saves the DataFrame to an SQLite database table.

run_query(query: str, conn: sqlite3.Connection) -> list

Runs an SQL query on the database and returns the results.

Contact

For questions or suggestions, please contact [email protected].

etl-py's People

Contributors

ash-codess avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.