I'm using jupyter notebook, and the archive csv is in the same place of the .ipynb archive. This is the error:
can someone help me, please? if someone know a course to help me with macos i'll be very grateful
Try changing
tabela = pd.read_csv("atelie-catalogo-produtos.csv, sep=",")
to
tabela = pd.read_csv("atelie-catalogo-produtos.csv, sep=",", encoding='utf-8')