Created
August 3, 2020 16:24
-
-
Save lisanka93/474b12281a58b21fddfa2f5140538e14 to your computer and use it in GitHub Desktop.
reading and and preprocessing anti covid-19 vaccine arguments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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