data.world-py
data.world-py copied to clipboard
Use dict instead of OrderedDict for python 3.6+
Normal dict are ordered starting in Python 3.6. The use of OrderedDict there could be avoided and would result in better users experience.