d = [[1, 3], [1, 3], [4, 6], [3, 6], [3, 3], [8, 3], [3, 7]] test = pd.DataFrame(data=d, columns=[\'col1\', \'col2\'])