Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active August 5, 2020 06:42
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/7d71e5cdb5f6d79b15b89a7bb8908349 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/7d71e5cdb5f6d79b15b89a7bb8908349 to your computer and use it in GitHub Desktop.
# Creating Testing Set of Queries
testing_queries=queries.iloc[1000:]
print('Shape=>',testing_queries.shape)
testing_queries.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment