Personal Overview: I am currently in an intensive data science program which requires a fairly interview process. The class sizes are very small because of how technical the course is. I was extremely excited and flattered to get excepted. Fast-forward, its a week into the course and I am starting to slowly behind, which is starting to concern me. I was lucky(a bit of sarcasm) enough to be a part of the most technically advanced group that has ever come through the program. I understand a great deal but there just pieces missing which has made completing things very difficult. I’m looking merely for help, not someone to complete the lab for me. I’m determined to come out of this course fully prepared to succeed in the field of data science.
The problem:
B) Create a dict
to house your dataset of players.
- The dictionary storing your players should be called
poke_players
. - Because only
player_1
exists, there should only be onekey:value
pair. - The
keys
of thisdict
should be theplayer_id
, and thevalues
should be the dictionaries with single-player info, including theplayer_id
(slightly redundant).
Make sure to check that your poke_players
dictionary looks right after you’ve added player_1
. To see the contents of a variable, just run a code cell with the variable name in it.
Thanks