Closed
Description
Previously, we've discussed reading tables form gzip-compressed URLs (see #8685 and #10649). This is an essential feature as data storage increasingly migrates to the cloud.
I now realize that the previous work only added support for gzipped URLs and not bz2, zip, or xz compression. However, the documentation doesn't reflect this. See this notebook to see the errors that are generated.
So 👍 for allowing URL locations for all supported compression formats.