Konstantin Stadler
Konstantin Stadler
Thanks a lot for reporting, will be fixed in 0.7.6
Hi, you can check here https://github.com/konstantinstadler/country_converter (there you can do things like ``` from country_converter import convert convert('WA', src='EXIO3', to='short') ``` in short: W stands for Rest of the World...
Probably yes, I am currently not working with WIOD - just had a short look and it seems not to much work to update. If you want to handle that,...
eora26 now requires a login to download the files. short term solution - [x] remove the downloader (code and documentation) than - [ ] check if login is possible through...
this should also show how to use pymrio for calculating updated accounts based on a new Y
For a short term solution for appending rows to extensions highlighting the issue: ``` import pymrio tio = pymrio.load_test() tio.calc_all() tio.emissions.S.shape # (2, 48) new_S = tio.emissions.S.iloc[0,:].copy() new_S.name = ("emission_new",...
Regional footprints are immediatly available at `exio3.EXTENSION.D_cba_reg` For the specific calculations you can just filter the result D_cba with the sector you need - or do I misunderstand your questions
Hi bixiou, Thanks for the contibution - great that you find pymrio useful. From my side, pymrio is currently on hold since I am on paternity leave until September. I...
Yes, I am aware of that. When I last updated there was no xlsb reader for python available, I believe that has changed. I might revisit this at some point,...
Even more general this is pymrio instance specific. It just happens that when parsing of a MRIO I set this up in a certain way. You could set this up...