1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] EmptyDataError: No columns to parse from file

Discussão em 'Python' iniciado por Stack, Setembro 28, 2024 às 00:22.

  1. Stack

    Stack Membro Participativo

    Currently I am getting the below Error and I am tried out the below posts:

    1. Solution 1
    2. Solution 2

    But I am not able to get the error resolved. My python code is as below:

    import pandas as pd
    testdata = pd.read_csv(file_name, header=None, delim_whitespace=True)


    I tried to print the value in testdata but it doesn't show any output.

    The following is my csvfile:

    [​IMG]

    Continue reading...

Compartilhe esta Página