1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

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

[Python] What is the problem with this line of code in my pandas library?

Discussão em 'Python' iniciado por Stack, Setembro 14, 2021.

  1. Stack

    Stack Membro Participativo

    I am going to use the pandas library in python to get a csv file from the user and perform various actions on it, but unfortunately I encounter an error

    My setup and file locations:
    [​IMG]

    The error message:
    [​IMG]

    The code that causes the error:

    import pandas as pd
    a = pd.read_csv('Desctop\excel.csv')
    print(a)

    Continue reading...

Compartilhe esta Página