Closed
Description
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?
tekst=self.alco.loc[self.alco['Name']=='Vodka', 'description']
tekst=tekst.to_string(index=False)
print(tekst)
Output:
Vodka is a distilled beverage composed primari...