You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, and congrats on releasing smallpond ! I'm a big DuckDB fan and it's a pleasure to see it used to process data at scale :)
Anyway I was wondering if you planned to add support for loading datasets from Hugging Face ?
There are 300k+ AI datasets available, mostly in Parquet. And since DuckDB does support reading from hf:// paths (docs), and pyarrow as well via fsspec (docs), I figured it would be an easy integration.
I am facing an error while reading the local .parquet file. I am using Python 3.11.11
I tried reinstalling smallpond . Could you please comment with your thoughts to resolve issue?
Your problem seems unrelated to the issue in this github issue @mahanteshimath, can you open a separate issue instead ? (and maybe provide the full stacktrace ?)
Hi team, and congrats on releasing smallpond ! I'm a big DuckDB fan and it's a pleasure to see it used to process data at scale :)
Anyway I was wondering if you planned to add support for loading datasets from Hugging Face ?
There are 300k+ AI datasets available, mostly in Parquet. And since DuckDB does support reading from
hf://
paths (docs), and pyarrow as well via fsspec (docs), I figured it would be an easy integration.In case it can help, I already made a fork with basic HF support here: https://github.com/lhoestq/smallpond, based on your fork @mike-luabase
The text was updated successfully, but these errors were encountered: