Hey Nagisa,I have a dataset containing online review comments of products. I want to get word count from the reviews before they are fed to the database. How can I achieve this in sparkflows?
Ans: In Sparkflows, we can use the ‘Word Count’ processor to get word count of selected columns.
To use the ‘Word Count’ Processor:
Select a set of columns for which word count is to be computed in the ‘Input Columns’ field.
Output would display word count for each selected columns.
For more information read the Sparkflows Documentation here:
Hey Nagisa, I have a dataset containing online review comments of products. I want to get word count from the reviews before they are fed to the database. How can I achieve this in sparkflows?
Ans: In Sparkflows, we can use the ‘Word Count’ processor to get word count of selected columns.
To use the ‘Word Count’ Processor:
Select a set of columns for which word count is to be computed in the ‘Input Columns’ field.
Output would display word count for each selected columns.
For more information read the Sparkflows Documentation here:
https://docs.sparkflows.io/en/latest/processors/03-Prepare/13-Others/wordcount.html?highlight=word%20count#word-count