You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: read_excel is unable to read a file using the same S3 URL syntax as read_csv. read_excel should support accessing S3 data in the same manner as read_csv
Summary: read_excel is unable to read a file using the same S3 URL syntax as read_csv. read_excel should support accessing S3 data in the same manner as read_csv
read_excel fails with the following error:
read_csv on the other hand is able to successfully read a csv file in the same S3 bucket using the same URL syntax:
For the record, read_csv can also see the xlsx file but returns parse errors when attempting to tokenize the data.
read_excel successfully reads and parses a local copy of the xlsx file
Pandas version string and dependencies:
The text was updated successfully, but these errors were encountered: