Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (14 loc) · 1.15 KB

ETL-project

This repository contains the ETL (Extract, Transform, Load) project for processing data from the INE webpage. The project aims to extract relevant information and perform necessary transformations before loading it into a target system.

Dataset

The dataset used in this project is stored in the following file:

ETL_project-postal_codes.csv: This CSV file contains postal code data for analysis and processing.

Project Structure

The repository is organized as follows:

  • main branch: This branch contains the CSV file for the first part of the project.

  • solutions branch: This branch contains a notebook and a CSV file with a possible solution and filtered data.

    • ETL_project-solutions.ipynb: This Jupyter Notebook provides a possible solution for the ETL project, including the main data processing steps and transformations.
    • Data_of_interest.csv: This CSV file contains the filtered data of interest obtained from the INE webpage catalog.

License

Feel free to use, modify, and distribute the code as needed. If you have any questions or concerns, please don't hesitate to contact us.

Enjoy the ETL Project!