So I have very long text in excel cell, when I want to read this it only shows a few lines. How to get all text from a cell?
text=self.alco.loc[self.alco['Name']=='Vodka']['description']
text=text.to_string(index=False)
Output:
Vodka is a distilled beverage composed primari...