Replies: 3 comments 5 replies
-
Opening memory mapped files (arrow, hdf5) is instantaneous, so no progress bar is needed. Thus |
Beta Was this translation helpful? Give feedback.
-
This is also documented at https://vaex.io/docs/api.html#vaex.open
But I think it makes sense for files that take some time to load, is that
happening for your arrow file?
(from mobile phone)
Op do 20 jan. 2022 11:38 schreef Jovan Veljanoski ***@***.***
…:
Opening memory mapped files (arrow, hdf5) is instantaneous, so no progress
bar is needed. Thus vaex.open does not support a progress bar (no need
for it.. ).
—
Reply to this email directly, view it on GitHub
<#1846 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANPEPKBFUIVXVOHXSTQVLDUW7Q2VANCNFSM5MMJYWOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes, I saw from the documentation that the progress bar can be shown for I didn't see |
Beta Was this translation helpful? Give feedback.
-
Hi,
How do I display the progress bar, say, when I'm opening a file? I have
df = vaex.open(<arrow file>, progress=True)
But there is no progress bar. Is there any package I need to install, or configuration I need to set? I have already installed
progressbar2
, and I'm running vaex 4.7.0 in Jupyter Notebook.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions