Created
September 25, 2016 01:51
-
-
Save alexpetralia/b500cfef6405042efde1c976c7505051 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
col_order = ['survey_date', 'topic_name', 'topic_url', 'survey_question', 'economist_name', 'economist_url', 'economist_headshot', 'institution', 'response', 'confidence', 'comment'] | |
df = pd.DataFrame(data, columns=col_order) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment