Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created December 7, 2020 12:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/2ae2364ff5eb8dbc27429a0860983a62 to your computer and use it in GitHub Desktop.
Save amankharwal/2ae2364ff5eb8dbc27429a0860983a62 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.feature_extraction.text import CountVectorizer
count=CountVectorizer()
data=pd.read_csv("Train.csv")
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment