-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Needs InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue
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...
Metadata
Metadata
Assignees
Labels
Needs InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue