Created
July 31, 2020 14:32
-
-
Save arunm8489/8c3a03c211d01c9c27e1fdbec9dbf8a2 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
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