Skip to content

Instantly share code, notes, and snippets.

@alexpetralia
Created September 25, 2016 01:51
Show Gist options
  • Save alexpetralia/b500cfef6405042efde1c976c7505051 to your computer and use it in GitHub Desktop.
Save alexpetralia/b500cfef6405042efde1c976c7505051 to your computer and use it in GitHub Desktop.
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