Skip to content

Instantly share code, notes, and snippets.

View jakemathai's full-sized avatar
🎯
Focusing

Jake Mathai jakemathai

🎯
Focusing
View GitHub Profile
@liannewriting
liannewriting / load_jobs_data.py
Last active April 23, 2020 04:29
indeed_scraping_202002
from collections import Counter
import nltk
import string
from nltk.tokenize import word_tokenize
import math
from plotly import __version__
from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot
import plotly.graph_objs as go