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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -