Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created September 22, 2020 10:44
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 abhishek-shrm/560cc6749358234d754998fa07e1d441 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/560cc6749358234d754998fa07e1d441 to your computer and use it in GitHub Desktop.
# Printing sample comments
for i,v in enumerate(df_train['comment_text'].sample(5).values):
print('Comment ',i+1,'=>',repr(v))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment