Below is a sample of a pandas dataframe, a single column with 1000’s of rows. I need second/third columns putting data in rows 1 and 2, 4 and 5 etc in the second/third column Desired Output Can only manage to pull out the odds with: Suggestions? Answer Make three subsets by taking every third value – starting at 0, 1,