plot_static_wordcloud
Generate a static word cloud image from a text column to visualize the most frequent terms. Optionally exclude specific words with extra stopwords.
Instructions
Generates a static Word Cloud image from a column containing text data. Use this when the user wants to visualize the most frequent terms in a dataset. extra_stopwords: optional comma-separated words to exclude (e.g. "said,also,one").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Word Cloud | |
| text_column | Yes | ||
| data_file_path | Yes | ||
| extra_stopwords | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |