Skip to content

Instantly share code, notes, and snippets.

@foohm71
Created September 12, 2020 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foohm71/2e40d993f2d5bdca0db10a6b1d7159da to your computer and use it in GitHub Desktop.
Save foohm71/2e40d993f2d5bdca0db10a6b1d7159da to your computer and use it in GitHub Desktop.
Imports for survey results
import pandas as pd
import matplotlib.pylab as plt
import numpy as np
from collections import Counter
from wordcloud import WordCloud, STOPWORDS
from gensim.summarization.summarizer import summarize
from gensim.summarization import keywords
from IPython.display import display, Markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment