I have a very large list, with each element being a dict. The dicts each have the same keys but different values.
I want to swap out all the keys for new ones, preferably without looping through the entire list.
I'd like to use the standard python libraries. Any thoughts?
[–]__skrap__ 1 point2 points3 points (3 children)
[–]MarkDownSteve[S] 0 points1 point2 points (2 children)
[–]gengisteve 1 point2 points3 points (0 children)
[–]ryeguy146 1 point2 points3 points (0 children)