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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -