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

Identify column values that are in train but missing in test

$
0
0

@mohdsanadzakirizvi wrote:

I have data of the following structure

I want to check how many values of the column "Item_Identifier" are missing in the test data.

I have already got a list of unique "Item_Identifier" from the test by

item_ids_in_test = test.Item_Identifier.unique()

Surely I can run loops and check but the dataset is large , it will take time and I am looking for a better way , if pandas provide it?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles