Guest User

Untitled

a guest
Jun 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def create_configurations(dataframe_object):
  2. dct = player_config1.to_dict(orient='records')
  3. configurations = {}
  4. for item in dct:
  5. configurations[item['Key']] = item['Value']
  6. return configurations
Add Comment
Please, Sign In to add comment