Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created August 3, 2020 14:40
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/c7975a22e40ea8d7e571a8c15add843a to your computer and use it in GitHub Desktop.
Save abhishek-shrm/c7975a22e40ea8d7e571a8c15add843a to your computer and use it in GitHub Desktop.
queries_train=pd.read_table('msmarco-doctrain-queries.tsv',header=None)
queries_train.columns=['qid','query']
print('Shape=>',queries_train.shape)
queries_train.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment