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
This dat file contains 230298 columns and 8983 rows. readr seems to have particularly bad performance with very wide, shallow data like this, and potentially a bug in this case as well. For this particular problem where all the values are integers you might want to just use base::scan().
Hi, when I try to use read_delim to import a space delimited file, I receive the error
You can download the data here. The .dat file above is about 6GB. Can anyone reproduce this error?
How can I help solve this problem?
The text was updated successfully, but these errors were encountered: