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

My source data is polars, but I don't think that's causing this issue, I'm trying to write a parquet hive to s3 and have been experimenting with `aws-sdk-pandas` My code...

question

Feature or Bugfix Bugfix Detail Athena: fixed write_iceberg which could fire a ICEBERG_TOO_MANY_OPEN_PARTITIONS Athena error Relates None Details This is not really a bugfix given that this is a problem...

**Is your feature request related to a problem? Please describe.** I've mostly migrated my python analytics workflow from pandas to `polars`. This means in order to use a lot of...

feature
investigating

**Is your idea related to a problem? Please describe.** [S3 Access Grants](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants.html) are the recommended solution for accessing files in S3 by end users (the target group of AWS SDK...

enhancement
needs-triage

**Is your feature request related to a problem? Please describe.** There is a new requirement to have metadata directly in all our cloud data at my workplace (this is due...

feature

Bumps the development-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [poetry](https://github.com/python-poetry/poetry) | `1.8.3` |...

dependencies
python

Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [setuptools](https://github.com/pypa/setuptools) and [pyodbc](https://github.com/mkleehammer/pyodbc). Updates `boto3` from 1.35.35 to 1.35.39 Commits 9dd723f Merge branch 'release-1.35.39' dff7abc Bumping version to 1.35.39 b29280c Add...

dependencies
python

When reading a set of parquet files with dataset=True, if the first partition is empty the current logic for dtype inference will fail. It ill raise exceptions as follows: pyarrow.lib.ArrowTypeError:...

### Describe the bug I have a table that was created by a glue job. I want to append data to that table using AWS Wrangler. The writting process seems...

bug

Hello everyone! We are having an issue with duplicated values in an identity column when executing `redshift.to_sql()` after executing a `redshift.copy()`. When trying to insert more than 1000 records we...

question