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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -