I have the following code that makes a 100x100 dataframe of random integers:
import pandas as pd import numpy as np bin = [] cols = [] for i in range(1,101):