Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created July 31, 2020 14:28
Show Gist options
  • Save arunm8489/3f9ad817f2689e1d452da3217d814d8e to your computer and use it in GitHub Desktop.
Save arunm8489/3f9ad817f2689e1d452da3217d814d8e to your computer and use it in GitHub Desktop.
print("printing some random reviews")
print(91, data['project_title'].values[91])
print(3, data['project_title'].values[3])
print(147, data['project_title'].values[147])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment