pandas - How to pass dataset directory in google datalab -


i have setup google datalab on local machine tried read dataset using pandas passing custom data directory doesn't take path correctly adds root @ start try pass absolute path gives error file doesn't exist file in directory.

can 1 me issue or explain me there predefined rule put dataset

if ran datalab docker container on local machine, automatically maps home directory /content inside container, make sure dataset accessible home path.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -