I have a large df that looks like:
test = pd.DataFrame({\'start\': [1, 1, 2, 8, 2000], \'end\': [5, 3, 6, 9, 3000]}) start end 0 1