Loading the dataset

Load the dataset:

data = pd.read_csv('data/text.csv',header=None)

Let's see what we got in our data:

data.head()

The preceding code generates the following output:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset