fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

Preserve column order when merge/join frames #487

Closed zyzhu closed 4 years ago

zyzhu commented 4 years ago

Fix #304

This is a behavior breaking change.

The columns of merged frames will not be reordered during merge or join. User needs to call Frame.sortColsByKey explicitly to sort output frame by column keys.