Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created July 31, 2020 14:32
Show Gist options
  • Save arunm8489/8c3a03c211d01c9c27e1fdbec9dbf8a2 to your computer and use it in GitHub Desktop.
Save arunm8489/8c3a03c211d01c9c27e1fdbec9dbf8a2 to your computer and use it in GitHub Desktop.
df = data[['teacher_prefix','school_state','project_grade_category',
'project_subject_categories','project_subject_subcategories','essay',
'quantity','price','presence_of_num','teacher_number_of_previously_posted_projects','project_is_approved']]
df.to_csv('final_df.csv',index=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment