I’m working on World Input-Output Database (WIOD) from Groningen.
Usually, I work this data using STATA. What I have so far is my usual do file template translated in Julia language, but I want to do it in Julia from scratch. Does anyone know a template or paper explaining how is the proper way to work this specific database?
The “database” seems to be available as a simple excel file so you could just read it with XLSX.jl, but similarly you can read the Stata format with StatFiles.jl