You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Is there any current method of preserving the ordering of the data read in from iget_records?
Potentially a way to either specify the method to utilize ordered dicts instead of normal ones?
Or maybe a list parameter in isave_as / save_as which specifies the ordering that a list of normal dictionary records should be saved in.
The text was updated successfully, but these errors were encountered:
stephen-bunn
changed the title
iget_records preserving ordering
iget_records preserving order
Jul 28, 2017
By default the order is preserved as it returns an ordered dict. If custom order is required, please provide customer_headers=['a', 'preferred', 'order'] to those functions.
Is there any current method of preserving the ordering of the data read in from
iget_records
?Potentially a way to either specify the method to utilize ordered dicts instead of normal ones?
Or maybe a list parameter in
isave_as
/save_as
which specifies the ordering that a list of normal dictionary records should be saved in.The text was updated successfully, but these errors were encountered: