The issue seems to be linked to changes in how Pandas parses JSON files; columns previously were sorted, now they appear in the same order as in the file. It's not obvious from pandas 0.25 release notes whether this is intentional, but either way this PR makes the tests robust to that.
Fixes #24
The issue seems to be linked to changes in how Pandas parses JSON files; columns previously were sorted, now they appear in the same order as in the file. It's not obvious from pandas 0.25 release notes whether this is intentional, but either way this PR makes the tests robust to that.