First thank the authors for such a useful package!
I have a python function. It returns a data frame, in python the column is int64. I use reticulate to call this function in R and save the data in a data.table. I check the column type and it is now numeric. In this process some digits of the column values are changed. Any idea how to avoid this problem?
First thank the authors for such a useful package!
I have a python function. It returns a data frame, in python the column is int64. I use reticulate to call this function in R and save the data in a data.table. I check the column type and it is now numeric. In this process some digits of the column values are changed. Any idea how to avoid this problem?