Last year I benchmarked a few ways of shuffling columns
in a data.table, but what about pandas? I didn’t
know, so let’s revisit those tests and add a few more operations!
pandas winds up being much more competitive than I expected.

First, dplyr is by far the …

Continue reading: Shuffling …