In this blog, we leverage DV’s new feature of executing Python scripts. The custom Python script for Term Frequency Analysis accepts one text column as input. The script cumulates the text values and then breaks that collection into recognizable tokens and counts the number of times each token has occurred. It gives the term (token) and its corresponding frequency as output.