Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Skip seek when loading Excel files from url (#20437)
Closes #20434. Back in #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