Closed
Description
We have a couple of dataframe tests (xref #13304) related to column ordering when constructed from an OrderedDict
:
pandas/pandas/tests/frame/test_constructors.py
Lines 1250 to 1288 in e4cf3ab
As of PEP 468 standard dictionaries are ordered so these tests should also work with OrderedDict
replaced by dict