Hacker News new | ask | show | jobs
by mpjdem 2363 days ago
If you need i,j indices to solve your problem you should probably not be using a data.frame but a matrix type.
1 comments

If he/she chose to use dataframe then the data is probably multiple type. Matrix data structure can only have one type.