aws / aws/bedrock-agentcore-sdk-python
Accessing S3 files
未关闭
还没有人认领这个 Issue。
enhancement
tools
- 主要语言
- Python
- 星标
- 764
- 派生
- 148
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 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,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 没有指出任何 repository 文件、测试或入口点。首先定位依赖配置以及读取用户数据的运行时路径,然后确定添加 S3 支持或记录替代方案是否兼容;对于 pandas 的 S3 用例,只有在确定的一种方案完成实现并通过验证后,才应视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws, pandas, python
- 领域
- cloud, data
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100