@ -85,8 +85,10 @@ class deid :
o = pd.DataFrame()
for i in np.arange(RUNS):
if 'strict' not in args :
n = np.random.randint(2,k)
else:
n = args['field_count']
cols = np.random.choice(columns,n,replace=False).tolist()
params = {'sample':sample,'cols':cols}
if pop is not None :