Skip to content

Instantly share code, notes, and snippets.

@lisanka93
Created August 3, 2020 16:24
Show Gist options
  • Save lisanka93/474b12281a58b21fddfa2f5140538e14 to your computer and use it in GitHub Desktop.
Save lisanka93/474b12281a58b21fddfa2f5140538e14 to your computer and use it in GitHub Desktop.
reading and and preprocessing anti covid-19 vaccine arguments
covid_data = pd.read_csv('covid_vacc_concerns.csv')
covid_data['prep_arg'] = covid_data['arg'].apply(preprocess)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment