Initializing DataFrom from list of OrderedDicts does not preserve Column order #13808
Labels
Duplicate Report
Duplicate issue or pull request
Enhancement
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
If OrderedDicts are used, I would expect the column order of the first OrderDict that is encountered to be preserved, as the following:
If different orders occur in the list, the earlier would overwrite the later. If new columns are introduced with subsequent list entries, I would expect all new columns to be appended to the original columns, with their relative order preserved.
The text was updated successfully, but these errors were encountered: