Repository files navigation
Graphing the number of open jobs (manually collected)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
view themes on: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes ; I usually pick geoffgarside
Data set up of long-col.csv
Columns: Job type, Date, Openings
Rows:
UXR; USA; Remote UXR; USA; Entry level UXR; USA; Associate UXR; USA; Mid-senior level UXR; USA; Director UXR; USA; Executive Seattle, WA, USA UXR; Seattle, WA, USA UXR; Seattle, WA, USA; Entry level UXR; USA
Terminal set up for manual-linkedin.py
Add long-col.csv within quant/linkedin/data/
Set up Python3 and pip
pip3 install pandas (or pip)
pip3 install plotly
You should be good to go with python3 manual-linkedin.py
Terminal set up for scrape-linkedin.py
pip3 install bs4
You should be good to go for scrape-linkedin.py
Terminal set up for analyze-linkedin.py
pip3 install nltk
pip install geopy
Make sure you run df = cleanMapData(df, commaFile) (in main()) to create lat-long-uxr-jobs.csv
pip3 install --user -U nltk
pip3 install --user -U numpy
pip3 install matplotlib
Run python3, then import nltk, nltk.download('punkt'), nltk.download('stopwords'), nltk.download('wordnet'), and then you should be good!!
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.