Daniel Micoski
Results
1
comments of
Daniel Micoski
Hi @SauceCat ! @chrisgschon get pretty close to the answer. I managed to solve the issue changing line 113 of infer_schema.py to: `col_stat['sample_num_uni'] = len(np.unique(sample_data.astype(str)))` and obvioulsy the same in...