aws / aws/bedrock-agentcore-sdk-python
Accessing S3 files
- 主要言語
- Python
- スター
- 761
- フォーク
- 147
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 7
説明
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
コントリビューションガイド
調査の方向性
この issue では、repository のファイル、テスト、エントリーポイントが特定されていません。まず依存関係の設定とユーザーデータを読み取るランタイムパスを見つけ、次に S3 サポートの追加または代替手段の文書化が互換性を持つかどうかを判断してください; 完了とは、pandas の S3 ユースケースに対して、決定したアプローチが実装され、検証されていることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, pandas, python
- 領域
- cloud, data
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100