Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Patch for skipping seek() when loading Excel files from url
Closes pandas-dev#20434. Back in pandas-dev#19779 a call of a seek() method was added. This call fails on HTTPResponse instances with an UnsupportedOperation exception, so for this case a try..except wrapper was added here.
- Loading branch information