-
Notifications
You must be signed in to change notification settings - Fork 707
Dependency: Pandas Version #1688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency: Pandas Version #1688
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Could we find or raise the actual issue causing this with pandas? I would want to avoid pinning the library until we understand why at least, specially that we need pandas 1.5.0+ for our 3.0.0 release |
Yep, I'm working on finding where memory leak happens using |
@jaidisido Confirmed this is no longer an issue with 1.5.1 users will need to be on python3.8 or newer. |
I'm not sure if this is the convention to exempt a dependency version for the library, let me know. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Great deep dive on this one @malachi-constant , thanks! |
… of github.com:aws/aws-sdk-pandas into 1678-awswranglerathenaread_sql_query-is-leaking-memory
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Dependency Update
>= 1.5.0
causing memory leak issues in some of our methods.Detail
<= 1.4.4
until resolved on the pandas side.Relates
awswrangler.athena.read_sql_query
is leaking memory #1678By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.