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.
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:-
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
#####################################
####################################
- Configure Swagger and create api endpoints Done
- Create schema for data reader service. Done
- Create bare bones for data analysis service.
- Create schema for data cleaning service.
- Create methods to clean the dataset using pandas.
- Create schema for data analysis service.
- Create FE for Data service.
#####################################
####################################
- Create token based access
- Configure and use asyncio in data cleaning service to obtain cleaned data asynchronously.
- Create front end for customer application (service)