Ok, you can do this way
ticker_list = list(ticker.values)
SP.iloc[5494,1] = ', '.join(ticker_list)
SP
Here I have just made a list of ticker values and appended it to the row you want.
By seeing your image, your row for date '2021-01-22' seems to be 5494.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…