Code runs in Jupyter and VSC of error

0

IrunthiscodebyJupyteranditrunsnormally,butwhenItrytorunthissamecodeinVisualStudioCodeitgivesthefollowingerror:"File b'Salaries.csv 'does not exist" says that the file does not exist, but there is sim .

import pandas as pd
import numpy as np

df = pd.read_csv('Salaries.csv', sep=',', decimal='.')
print(df)
    
asked by anonymous 06.11.2018 / 12:03

0 answers