Last active
November 12, 2021 13:35
-
-
Save joseberlines/8e3163e11b91379d06d722b3dfa39045 to your computer and use it in GitHub Desktop.
create_pandas.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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