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
At least with .parquet, there are opportunities to improve speed and reduce disk usage with dataframe binaries via pyarrow's built-in threading and compression options.
There also may be opportunities to multi-thread the PDF extraction itself (using PyPDF2 or switching to an alternate library).
The text was updated successfully, but these errors were encountered:
At least with .parquet, there are opportunities to improve speed and reduce disk usage with dataframe binaries via pyarrow's built-in threading and compression options.
There also may be opportunities to multi-thread the PDF extraction itself (using PyPDF2 or switching to an alternate library).
The text was updated successfully, but these errors were encountered: