Currently some names have NaN and are dropped.
The drop is not working because rfq generator generate a number in [0;number of names without NaN] and potentially names with NaN are not at the end (at least one because simulation failed at some point)
Either we remove those names indices from being generated or we clean data by removing columns altogether or filling the NaNs
Currently some names have NaN and are dropped.
The drop is not working because rfq generator generate a number in [0;number of names without NaN] and potentially names with NaN are not at the end (at least one because simulation failed at some point)
Either we remove those names indices from being generated or we clean data by removing columns altogether or filling the NaNs