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

### Feature or Bugfix - Feature - Refactoring ### Detail - TBC ### Relate Issue - #1490 By submitting this pull request, I confirm that my contribution is made under...

WIP
Major Release
feature

### Feature or Bugfix - Major Release ### Detail - (deps): Add modin and ray to optional deps in pyproject + bump2version 3.0.0rc1 - ... ### Relates - https://github.com/awslabs/aws-data-wrangler/projects/4 By...

Major Release

At the moment `awswrangler.quicksight.create_athena_dataset` assigns the default name to SQL query - 'CustomSQL'. In this setup `sql_name` argument becomes optional, and at least I'd expect that if I don't care...

enhancement
backlog

I had a data set uploaded onto S3 and it was not partitioned (and also not a dataset=true; no meta data). I could suucessfully crawl the data using Glue Crawler...

question

I wrote a `DataFrame` (cols = product_part_number, date) to S3, using ``` res = wr.s3.to_parquet( df=df1_sub, path="xxx", dataset=True, mode="append", partition_cols=["product_part_number"], use_threads=True, concurrent_partitioning=True ) ``` Later, I tried to write another...

question

### Feature or Bugfix - Adding support for the feature ClientRequestToken - We can cache queries using the above approach without the need of reading query history By submitting this...

### Describe the bug When passed a valid `boto3.Session`, `s3.describe_objects` is able to describe one object but not a list of objects, whereas it is supposed to be supported by...

bug
investigating

### Describe the bug Opening on others behalf ``` Traceback (most recent call last): File "/opt/python/awswrangler/neptune/client.py", line 190, in _execute_gremlin results = future_results.result() File "/var/lang/lib/python3.9/concurrent/futures/_base.py", line 446, in result return...

bug
closing-soon

Bumps [pyarrow](https://github.com/apache/arrow) from 7.0.0 to 9.0.0. Commits ea6875f MINOR: [Release] Update versions for 9.0.0 db61883 MINOR: [Release] Update .deb/.rpm changelogs for 9.0.0 9d4b23e MINOR: [Release] Update CHANGELOG.md for 9.0.0 9625fef...

dependencies

**Is your idea related to a problem? Please describe.** The examples provided for DynamoDB are far too brief to be of actual use. It would be easiest if there was...

enhancement
help wanted