Open ghost opened 3 years ago
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, however currently I don't have any use for the 2016 release. Let me know if you want to work on that
Pandas can now handle xlsb: https://stackoverflow.com/a/60019546/5696601 I currently work with Exiobase. I'll let you know if I can make a meaningful contribution.
The
parse_wiod
function seems not to be compatible with the WIOD 2016 release anymore. The reason is (or one of the reasons?) that the WIOD 2016 data is provided asxlsb
file and not asxlsx
file:Anyway, I guess this is not a very pressing issue since other databases currently seem more attractive to work with. I jut wanted to let you know.