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
pl.read_parquet(hf_url)should have an option to print a progress bar which should be displayed on the terminal whenever the parquet file is being fetched. Something like an additional flag to enable this functionality would be awesome, I have spent some time just wondering on the progress on how much of the dataset has already been fetched, leaving me a little clueless.
The text was updated successfully, but these errors were encountered:
vkhinvasara
changed the title
A download bar for when you read a parquet file from hugging face.
A fetch progress bar for when you read a parquet file from hugging face.
Dec 30, 2024
Description
pl.read_parquet(hf_url)
should have an option to print a progress bar which should be displayed on the terminal whenever the parquet file is being fetched. Something like an additional flag to enable this functionality would be awesome, I have spent some time just wondering on the progress on how much of the dataset has already been fetched, leaving me a little clueless.The text was updated successfully, but these errors were encountered: