Skip to content

Instantly share code, notes, and snippets.

@shayaf84
Created February 19, 2022 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shayaf84/d729a80d5cf837d687e20da67632f980 to your computer and use it in GitHub Desktop.
Save shayaf84/d729a80d5cf837d687e20da67632f980 to your computer and use it in GitHub Desktop.
#Extract only the values for title (input) and class (output)
data = total[['title','class']]
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment