alicewanner

Results 1 issues of alicewanner

The bug occurs when processing columns in the input DataFrame that contain a mix of numeric and non-numeric values. The relevant code is: ``` for col in df.columns: col_data =...