Skip to content

Read long text from a cell #28683

Closed
Closed
@LukaszKrolicki

Description

@LukaszKrolicki

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

No one assigned

    Labels

    Needs InfoClarification about behavior needed to assess issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions