Skip to content

OOP in python to get parameters of GVC from the WIOD IOTs 2016 release. Data pipeline is also present

Notifications You must be signed in to change notification settings

TheAbhilash23/GVC-WIOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Value Chain - World Input Output Data (WIOD) Data Analysis

This repository contains Trade-in Value Added (TiVA) data among countries as mentioned in the 2016 release of World Input Output Tables of World Input Output DataBase (WIOD) created under European Commission for the years (2000,...,2014)

The data is currently managed by University of Groningen's Groningen Growth and Development Centre under Faculty of Economics and Business.


I have used the data for my major project in my Masters of Business Economics in Finance and Analytics with the title "India's Global Value Chain Participation in Automotive, Pharmaceutical and Textiles industries" with due references and courteous mentions to all those sources of information which helped me in my research.

Tools Used :

1. Programming Language : Python:- Pandas, Matplotlib
2. Version Control : Git: GitHub

Aim -> Facelift the existing work in form of a web application to make it user-friendly especially for economists.

Build a web-application (website in layman terms) that automates the process of creating analysis. Users will be able to import the data from the excel/csv files of databases such as OECD and WIOD for Trade-in Value Added data and get analysis report accordingly.

There will be Two Services:-

1. Data 2. Cleaner 3. Analysis

Data Service : This service will be responsible for collecting the flattened data in the database.

Cleaner Service : This service will be responsible for cleaning the data and storing the data in the database.

Analysis Service : This service will be responsible for preprocessing the data for analysis and running machine learning (or statistical) models



#####################################

Sprint 1:-


####################################
  1. Configure Swagger and create api endpoints    Done
  2. Create schema for data reader service.      Done

  3. Create bare bones for data analysis service.
  4. Create schema for data cleaning service.
  5. Create methods to clean the dataset using pandas.
  6. Create schema for data analysis service.
  7. Create FE for Data service.



#####################################

Sprint 2:-


####################################
  1. Create token based access
  2. Configure and use asyncio in data cleaning service to obtain cleaned data asynchronously.
  3. Create front end for customer application (service)

About

OOP in python to get parameters of GVC from the WIOD IOTs 2016 release. Data pipeline is also present

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages