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)