I have a data frame with a column titled 'Post Type'.
If the value in this column is 1, the post type is a question. If the value in this column is 2, the post type is an answer.
How can I return 2 new dataframes, one for questions and one for answers?