Closed ceyhunkerti closed 1 month ago
! Couldn't add test maybe someone more knowledgeable on the repo can point me how to add it the Bypass setup doesn't seem to work with lazy option.
I think the problem may be to a restriction in Polars: it may require HTTPs. If you tested manually and it's working, we can move on without the test :)
yes, I tested it with the following from the original issue and it's working
frame = Explorer.DataFrame.from_parquet!("https://huggingface.co/datasets/aqubed/kub_tickets_small/resolve/main/data/train-00000-of-00001-47868532d4f55873.parquet", lazy: true)
@ceyhunkerti awesome! Thank you!
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
Fixes the related issue => https://github.com/elixir-explorer/explorer/issues/990
! Couldn't add test maybe someone more knowledgeable on the repo can point me how to add it the
Bypass
setup doesn't seem to work with lazy option.Also I observed
DF.from_ndjson
doesn't work withlazy
option although it's documented. I'll check further and create an issue if I can confirm it.Tried to add a simple test like below but it's hanging
Eventually failing with something like