This cell raised an exception: BadGzipFile('Not a gzipped file (b'sp')')
content-type: text/csv
causing the issue on pandas although polars is happy to accept as is, so, another option is to use the "raw" url of the csv file on master branch, of course, this certainly "breaks" the handy utils mo.notebook_location()
$ uv build
whl = str(mo.notebook_location() / "public" / "utils-0.1.0-py3-none-any.whl") import micropip await micropip.install(whl) from utils import (...)