Skip to content

[Question] How to strip blank,new line from data when importing CSV?Β #2213

@lehoai

Description

@lehoai

Hi.
I am using vaex.from_csv() to import data but there is no option to strip data.
I saw DataFrameLocal has the

df.str.strip()

to strip data but vaex.from_csv() returns Generator instead of DataFrameLocal so cant use str.strip().
Note: my csv data is a very large file so cant strip all data in memory

Please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions