Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Last active August 27, 2021 02:21
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 khuyentran1401/cf48bde864c855ca175e9d73c10abf0e to your computer and use it in GitHub Desktop.
Save khuyentran1401/cf48bde864c855ca175e9d73c10abf0e to your computer and use it in GitHub Desktop.
data = pd.read_csv("facebook_combined.txt", sep=" ", header=None)
data.columns = ["person1", "person2"]
data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment