Skip to content

Instantly share code, notes, and snippets.

@soodoku
Created February 18, 2021 20:25
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 soodoku/a97e6cf2800429d1c541ac2fb65e4c98 to your computer and use it in GitHub Desktop.
Save soodoku/a97e6cf2800429d1c541ac2fb65e4c98 to your computer and use it in GitHub Desktop.
Reading in the parsed DMOZ file
import csv
import pandas as pd
import numpy as np
df = pd.read_csv('parsed-new.csv', header = None, delimiter="\t", quoting=csv.QUOTE_NONE, encoding='utf-8')
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment