aws / aws/bedrock-agentcore-sdk-python

Accessing S3 files

未关闭
#68 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

该 issue 没有指出任何 repository 文件、测试或入口点。首先定位依赖配置以及读取用户数据的运行时路径,然后确定添加 S3 支持或记录替代方案是否兼容;对于 pandas 的 S3 用例,只有在确定的一种方案完成实现并通过验证后,才应视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
aws, pandas, python
领域
cloud, data
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。