Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Joining 2 data frames in R

$
0
0

@nitish_dydx wrote:

Hi,

I have a huge data set which I imported using fread function of data.table. It has a ID column and has 125 million rows.
I have another data set which is like 1000 rows with the ID column only. I want to filter the former data set as per the IDs in the latter one. Can you suggest me some ways to achieve this?

using merge to inner join times out. I tried %n% to get the row numbers also fails. Any smarter way?

Thanks
Nitish

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles