Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created August 3, 2020 16:31
Show Gist options
  • Save abhishek-shrm/64f41d27342f1d250f8279217b3cd5b0 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/64f41d27342f1d250f8279217b3cd5b0 to your computer and use it in GitHub Desktop.
# Result set for Testing
testing_result=testing_ranked100.dropna()
testing_result['rel']=testing_result['rel'].astype(int)
print('Shape=>',testing_result.shape)
testing_result.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment