aws-sdk-pandas icon indicating copy to clipboard operation
aws-sdk-pandas copied to clipboard

pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Par...

Results 143 aws-sdk-pandas issues
Sort by recently updated
recently updated
newest added

**Is your idea related to a problem? Please describe.** The `wr.dynamodb.read_partiql_query` function does not actually use PartiQL and instead does a full table scan, ignoring anything defined in the WHERE...

enhancement
backlog

**Is your idea related to a problem? Please describe.** Support `next_token` in paginated requests to `timestream.query()` **Describe the solution you'd like** Allow calls to `timestream.query()` to support paginated return of...

enhancement

### Describe the bug Hello, I work in AWS Support and I am raising a Github issue on behalf of a customer. The customer uses the Lambda Layer for AWS...

bug

AWS Athena provides support for [querying geospatial data](https://docs.aws.amazon.com/athena/latest/ug/querying-geospatial-data.html). The response can contain specific [geometric datatypes](https://docs.aws.amazon.com/athena/latest/ug/geospatial-input-data-formats-supported-geometry-types.html), which are not presently supported by AWS Wrangler/Pandas. [Geopandas](https://geopandas.org/en/stable/) is a geospatial-aware version of Pandas....

feature

Enable loggers for ray remote functions. *P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*

enhancement

### Describe the bug It's currently impossible to set distributed flag to False using config if ray and modin are installed, e.g: ``` import awswrangler as wr wr.config.distributed=False wr.read_parquet(...) ```...

bug

As we are gearing towards release 3.0.0, we should check what runtimes currently support PyArrow 6 and above. Runtimes to check are: 1. Lambda 2. Glue Python Shell 3. Glue...

question
backlog

### Feature or Bugfix - Breaking Change ### Detail - Deprecating Lake Formation Governed Tables By submitting this pull request, I confirm that my contribution is made under the terms...

breaking change

### Describe the bug I try to save several Data Frames to Iceberg table using wr.athena.to_iceberg. A few incremental savings go without any issues, but after some iteration I am...

bug
needs-triage

### Describe the bug I was hoping that something like `partition_cols=["user_id", "month(ts)"]` would work nicely in `athena.to_iceberg`, but I end up with a `KeyError` noting that `"month(ts)"` doesn't exist in...

bug