aws / aws/bedrock-agentcore-sdk-python
Accessing S3 files
- Vorherrschende Sprache
- Python
- Sterne
- 761
- Forks
- 147
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 7
Beschreibung
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
Beitragsleitfaden
Rechercherichtung
Das Issue nennt keine Repository-Datei, keinen Test und keinen Einstiegspunkt. Beginne damit, die Abhängigkeitskonfiguration und den Laufzeitpfad zum Lesen von Benutzerdaten zu ermitteln, und bestimme anschließend, ob das Hinzufügen von S3-Unterstützung oder die Dokumentation einer Alternative kompatibel ist; als erledigt sollte gelten, dass ein entschiedener Ansatz für den pandas-S3-Anwendungsfall implementiert und verifiziert wurde.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- aws, pandas, python
- Bereich
- cloud, data
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100