Number of rows did not tally up pls help

Hi @badger101

Hi

Based on this info I say the number of rows in your table is 4137.
You are seeing different numbers for RowID because the Bag of Words Creator has created new row id’s. With the RowID node you can create a new RowID, that will go from 0 to 4136.
The BagOfWordsCreator multiplies the input Document by the number of words. After the BagOfWordsCreator you probably did some filtering.
Another way to find out the number of rows in your table is to use Extract Table Dimension node.

gr. Hans

3 Likes