AWS SDK for pandas
SkillFiles & storage"Routes AWS SDK for pandas (awswrangler) workflows across S3
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AWS SDK for pandas skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/aws-sdk-pandas/SKILL.md and read by ahel’s review.
Use this skill when a request names awswrangler, aws-sdk-pandas, Pandas on AWS, or a wr.* API from the repository.
This repo is a Python API package, not a CLI tool. The first questions are usually:
- how to install the right extras,
- how to import and verify the runtime,
- which AWS service family the user is working with,
- and which AWS credentials, region, or optional backend are required.
Read references/runtime-overview.md first for install, extras, and runtime facts.
Read references/troubleshooting.md when import errors, missing extras, region issues, or AWS service prerequisites are blocking you.
Read references/repo-provenance.md before deciding whether this skill is current for the checkout.
Run scripts/check_runtime.py after installation to confirm importability and optional dependency availability.
Route map
| If the user asks about... | Read this sub-skill |
|---|---|
Installing, importing, setting WR_* env vars, switching wr.engine / wr.memory_format, or debugging missing extras | sub-skills/runtime-and-config/SKILL.md |
wr.s3.* object, file-format, dataset, S3 Tables, or S3 Vectors workflows | sub-skills/s3-lakehouse/SKILL.md |
wr.catalog.*, wr.athena.*, wr.data_quality.*, or wr.cleanrooms.* workflows | sub-skills/catalog-and-query/SKILL.md |
wr.redshift.*, wr.data_api.*, wr.mysql.*, wr.postgresql.*, wr.sqlserver.*, or wr.oracle.* workflows | sub-skills/sql-connectors/SKILL.md |
wr.dynamodb.*, wr.timestream.*, wr.opensearch.*, wr.neptune.*, wr.quicksight.*, wr.cloudwatch.*, wr.emr.*, wr.emr_serverless.*, wr.sts.*, wr.secretsmanager.*, or wr.chime.* workflows | sub-skills/service-integrations/SKILL.md |
Shared operating pattern
- Confirm the runtime with
scripts/check_runtime.pywhen the package was just installed or the environment changed. - Pick the service-family sub-skill that matches the
wr.*API surface. - Use
wr.configandboto3.Sessionfor defaults, region, and credentials. - Install only the extras needed for the chosen workflow family.
- Keep live AWS operations separate from local smoke checks; if a workflow needs credentials or managed AWS resources, say so early.
Common signals
NoCredentialsErrororNoRegionErrorusually means the AWS session is not configured.Missing optional dependency ...usually means the relevant extra was not installed.- Ray/Modin questions belong in
runtime-and-configeven when they affectwr.s3orwr.athenacalls. - Live AWS service prerequisites and IAM needs belong in the nearest service sub-skill, not here.
Shared references and scripts
references/runtime-overview.mdfor install commands, supported versions, and optional extras.references/troubleshooting.mdfor cross-cutting import, dependency, and credential failures.scripts/check_runtime.pyfor a safe import/config/extra check.
Signals
- GitHub stars
- 278
- Forks
- 21
- Last commit
- Sep 2026
ahel review
S4info
community integration — published by vectorspacelab, not aws
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
aws-sdk-pandas- Source
- github.com/vectorspacelab/arex-skill