Open alyspayn opened 10 months ago
Updating one cell at a time with the AAMM value is slow At this line mainly: happair_selected.at[index,seqf_name]
happair_selected.at[index,seqf_name]
Performance warning silences - warnings.simplefilter(action='ignore', category=pd.errors.PerformanceWarning)
warnings.simplefilter(action='ignore', category=pd.errors.PerformanceWarning)
An alternative way to use an apply() function and concatenate one row at a time
Updating one cell at a time with the AAMM value is slow At this line mainly:
happair_selected.at[index,seqf_name]
Performance warning silences -
warnings.simplefilter(action='ignore', category=pd.errors.PerformanceWarning)
An alternative way to use an apply() function and concatenate one row at a time