Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created July 31, 2020 14:27
Show Gist options
  • Save arunm8489/6e59b7473b74b11c8227609c6251938f to your computer and use it in GitHub Desktop.
Save arunm8489/6e59b7473b74b11c8227609c6251938f to your computer and use it in GitHub Desktop.
processed_titles = preprocess_text(data['project_title'].values)
data['project_title'] = processed_titles
#randomly printing some titles
print(9, processed_titles[91])
print(3, processed_titles[3])
print(147, processed_titles[147])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment