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
When inputting a dataframe containing an int64 column from data.table's fread() the data gets mangled severely. 16134824562 for example becomes 0.0...0797166251775974 with 313 zeroes after the decimal place. This seems to cause downstream effects like hanging and/or crashing the R session, at least when prototyping in RStudio.
The text was updated successfully, but these errors were encountered:
When inputting a dataframe containing an int64 column from
data.table
'sfread()
the data gets mangled severely.16134824562
for example becomes0.0...0797166251775974
with 313 zeroes after the decimal place. This seems to cause downstream effects like hanging and/or crashing the R session, at least when prototyping in RStudio.The text was updated successfully, but these errors were encountered: