I am trying to convert a series to a string,
When I convert, for some reason the whole text in the cell is not replicated, it is being cut off by ....
how can i convert it to a string with it showing the full text?
`summ1 = list1.iloc[bglist,0] #my list
bg_summ = bg_summ1.to_string(header=False,index=False) #converting list into string`
the top is my series item, then i convert it into a string, the rest of the text gets cut off