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
The reader, as it is now, takes several seconds to read the data (and several more if we don't use dask, because concat is not a lazy operation right now).
It would be good to profile the open_rcm function to see if there's any low-hanging fruits.
The text was updated successfully, but these errors were encountered:
The reader, as it is now, takes several seconds to read the data (and several more if we don't use
dask
, becauseconcat
is not a lazy operation right now).It would be good to profile the
open_rcm
function to see if there's any low-hanging fruits.The text was updated successfully, but these errors were encountered: