Skip to content

Instantly share code, notes, and snippets.

@joseberlines
Last active November 12, 2021 13:35
Show Gist options
  • Save joseberlines/8e3163e11b91379d06d722b3dfa39045 to your computer and use it in GitHub Desktop.
Save joseberlines/8e3163e11b91379d06d722b3dfa39045 to your computer and use it in GitHub Desktop.
create_pandas.py
# list of 1000 dictionaries
L=[{'name':'e'+str(i),
'explanation':'objection1',
'law':(),
'CS':('Barcelona','Vigo')} for i in range(1000)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment