data = np.random.random_integers(1, 100, (10**8, 2)) df = pd.DataFrame(data, columns = list("AB"))
Hosted onDeepnote