aws / aws/bedrock-agentcore-sdk-python

Accessing S3 files

Open
#68 0 comments 0 reactions 0 assignees View on GitHub
enhancement tools
Dominant language
Python
Stars
761
Forks
147
Avg merge
1d 23h
Merged PRs (30d)
7

Description

Hi,

A common use case is to use pandas to analyze large quantities of data.
This is usually done by
```
import pandas as pd
df = pd.read_csv("s3://your-bucket-name/your-file-path.csv")
```

Problem is that the system doesn't have s3fs as one of its available packages.

Could this be added? And if not, what would be my best option to read s3 files with pandas without manually downloading files and adding them to the file system, which is time costly.

Thanks

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.