Skip to content
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

Removing explicit Excel engine configuration #742

Merged
merged 3 commits into from
Jun 11, 2021
Merged

Conversation

jaidisido
Copy link
Contributor

Issue #, if available:
#739

Description of changes:
Removing explicit Excel engine configuration from s3 read and write excel methods. Instead, Wrangler delegates engine choice to Pandas.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jaidisido jaidisido added bug Something isn't working minor release Will be addressed in the next minor release labels Jun 11, 2021
@jaidisido jaidisido added this to the 2.9.0 milestone Jun 11, 2021
@jaidisido jaidisido self-assigned this Jun 11, 2021
@jaidisido
Copy link
Contributor Author

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-pDO66x4b9gEu
  • Commit ID: e874533
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

df2 = wr.s3.read_excel(file_path, use_threads=use_threads)
assert df.equals(df2)

for ext in ["xlsx", "xlsm", "xls", "odf"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you consider parametrising the test instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duh 🤦🏼 Pushed

@jaidisido
Copy link
Contributor Author

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-pDO66x4b9gEu
  • Commit ID: 757c928
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@kukushking kukushking merged commit 54b8c4f into main Jun 11, 2021
@jaidisido jaidisido linked an issue Jun 11, 2021 that may be closed by this pull request
@jaidisido jaidisido deleted the bug-739-excel-engine branch June 11, 2021 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor release Will be addressed in the next minor release ready to release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wr.s3.read_excel can't read multi-sheet .xls files
2 participants