I have a file that includes some data,
An example of the data I have
+------------+---------------------------------+-------------------------+
| SOC Code | Title | Occupational Category |
+------------+---------------------------------+-------------------------+
| 11-1011.03 | Chief Sustainability Officers | New & Emerging |
| 11-1021.00 | General and Operations Managers | Enhanced Skills |
+------------+---------------------------------+-------------------------+
I need to find the most frequent words in the file Any ideas on how can this be applied? pieces of codes would be appreciated as an example