ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

there's sth wrong while using pd.read_csv #82

Closed simkakashi closed 5 years ago

simkakashi commented 5 years ago

Mac OS and my sample as below:

import pandas as pd

pd.read_csv(r'/Users/Simkakashi/Desktop/sample.csv')

but it seems sth wrong as "files not found error"

1kastner commented 5 years ago

You are inside a docker image, therefore you can not use the file paths on your normal computer. Please have a look at the workdir setting in the dockerfile file.

ricklamers commented 5 years ago

@1kastner is right. To get some sense of where you are on the file system on the Docker image use the cd and ls commands in the terminal inside Grid Studio.