Skip to content

Commit

Permalink
fix wordcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Aug 12, 2024
1 parent dbeb0c9 commit c36530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_wordcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from wordcloud import WordCloud


def prepare_data(table_path: str, name_col: str, stat_col: str) -> Dict:
def prepare_data(table_path: str, name_col: str, stat_col: str) -> pd.Series:
"""
Prepare data to create dictionary with key being the name and
value the stat/counts
Expand Down

0 comments on commit c36530e

Please sign in to comment.