Skip to content

MartinBasualdo0/Scrap-indec-comex-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INDEC Foreign Trade Web Scraping Project

This project focuses on scraping data from the INDEC's foreign trade webpages to collect information on foreign trade indexes, as well as CIF, FOB, netWeight, Freight, and Insurance values for foreign trade. The scraped data can be used for analysis and visualization.

Table of Contents

Introduction

The INDEC Foreign Trade Web Scraping Project aims to automate the process of gathering data related to foreign trade from the INDEC website. This is achieved by scraping relevant information from two main sources: foreign trade indexes and detailed trade data.

Data Sources

Scraped Data

The following data is scraped from the INDEC's foreign trade webpages:

  • Foreign Trade Indexes
  • CIF (Cost, Insurance, and Freight) values
  • FOB (Free on Board) values
  • Net Weight
  • Freight values
  • Insurance values

Usage

To utilize the scraped data, you can run the provided Jupyter notebooks located in the "jupyter" folder. Additionally, you can use the generated pickle file written by the main.py script.

Jupyter Notebooks

The "jupyter" folder contains Jupyter notebooks for data analysis and visualization. These notebooks demonstrate how to load and manipulate the scraped data for various analytical purposes.

1712015126799

Dependencies

This project requires the following dependencies:

pip install -r requirements.txt

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published