We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the last cell on the following line I get a KeyError:
plot_senator_growth(senator_tx_growth['Angus S King, Jr.'])
KeyError Traceback (most recent call last) <ipython-input-15-158f4a2ee1d2> in <module> ----> 1 plot_senator_growth(senator_tx_growth['Angus S King, Jr.']) KeyError: 'Angus S King, Jr.'
Likely due to the punctuation in the name, the comma and the period. Probably should do some cleaning on the names.
The text was updated successfully, but these errors were encountered:
Would it be possible for you to print the keys for the dictionary senator_tx_growth? I don't think the comma or period should make a difference.
senator_tx_growth
Sorry, something went wrong.
No branches or pull requests
In the last cell on the following line I get a KeyError:
plot_senator_growth(senator_tx_growth['Angus S King, Jr.'])
Likely due to the punctuation in the name, the comma and the period. Probably should do some cleaning on the names.
The text was updated successfully, but these errors were encountered: