Skip to content

Instantly share code, notes, and snippets.

@sid321axn
Created August 7, 2020 01:52
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 sid321axn/da871a239a22a4e88fb41058878fa945 to your computer and use it in GitHub Desktop.
Save sid321axn/da871a239a22a4e88fb41058878fa945 to your computer and use it in GitHub Desktop.
df = pd.read_csv('/kaggle/input/fakernewsdata/fake_news.csv')
df =df.reindex(np.random.permutation(df.index))
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment