Skip to content

Instantly share code, notes, and snippets.

@mwitiderrick
Created June 14, 2018 16:28
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 mwitiderrick/39f3cbf09db4f0a3f13c5d4e7e901d21 to your computer and use it in GitHub Desktop.
Save mwitiderrick/39f3cbf09db4f0a3f13c5d4e7e901d21 to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
df = pd.read_csv('imdb_labelled.txt', delimiter = '\t', engine='python', quoting = 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment