aws / aws/sagemaker-scikit-learn-container

Add s3fs to requirements

Open
#56 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
188
Forks
121
PR merge metrics
No merged PRs in 30d

Description

Hey guys,

In case you want to read a dataframe directly from s3, for example:
```python
df = pd.read_csv('s3://my_bucket/my_object')
```

You will need an optional dependency called s3fs:
```
ImportError: Missing optional dependency 's3fs'. The s3fs package is required to handle s3 files. Use pip or conda to install s3fs.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.