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
I haven't tried out your plugin yet but I was reading your example performance issues and I was wondering if you've tried open some_bio_file | into df | blah? Once it's in a dataframe, I'm betting anything you do with that large files will be faster. Of course, you'll have to have dataframes installed like cargo install --path . --features=dataframe, when building off the main branch.
The text was updated successfully, but these errors were encountered:
I haven't tried out your plugin yet but I was reading your example performance issues and I was wondering if you've tried
open some_bio_file | into df | blah
? Once it's in a dataframe, I'm betting anything you do with that large files will be faster. Of course, you'll have to have dataframes installed likecargo install --path . --features=dataframe
, when building off the main branch.The text was updated successfully, but these errors were encountered: