python - loading a file with a path like "../input" -


i'm new coding , python,

i wondering ../ meant in

train = pd.read_csv("../input/train.csv"), 

my cd c:\users\user

and there folder 'input' train.csv file in there code gives error -

file b'../input/train.csv' not exist

how read file using code above?


Comments