Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active October 4, 2020 14:27
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/779d219f8a9f0144b583db1392c33f71 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/779d219f8a9f0144b583db1392c33f71 to your computer and use it in GitHub Desktop.
# Getting list of keys
keys=dict.fromkeys(index,None)
for i in keys_text:
keys[i]=keys_text[i].split(';')
# Printing sample keywords
dict(list(keys.items())[:4])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment