Skip to content

Commit 94a7251

Browse files
authored
Merge pull request #7 from datapartnership/linkedin-and-github-notebooks
Update Linkedin and GitHub analysis
2 parents dff6f33 + 90cbffc commit 94a7251

7 files changed

Lines changed: 7152 additions & 6292 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ _build/
9494
# setuptools-scm/
9595
src/*/_version.py
9696

97-
data
97+
data

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Assignment
44

5-
The Poverty team in West Africa is seeking to study labor market trends from LinkedIn and GitHub data.
5+
The Poverty team in West Africa is seeking to study labor market trends from LinkedIn and GitHub data.
66

77
## Contents
88

docs/_toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ format: jb-book
22
root: README
33

44
parts:
5-
# - caption: LinkedIn Labor Market Trends
6-
# chapters:
7-
# - file: notebooks/linkedin-trends/linkedin-hiring-rate.ipynb
8-
# - file: notebooks/linkedin-trends/linkedin-industry-performance.ipynb
5+
- caption: LinkedIn Labor Market Trends
6+
chapters:
7+
- file: notebooks/linkedin-trends/linkedin-hiring-rate.ipynb
8+
- file: notebooks/linkedin-trends/linkedin-skills.ipynb
99
- caption: GitHub Software Development Trends
1010
chapters:
1111
- file: notebooks/github-trends/software-development.ipynb

notebooks/github-trends/software-development.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Software Development Trends\n",
99
"\n",
10-
"This notebook uses GitHub Innovation Graph data to understand devloper trends. \n",
10+
"This notebook uses GitHub Innovation Graph data to understand developer trends. \n",
1111
"\n",
1212
"Source: [GitHub Innovation Graph datasheet](https://github.com/github/innovationgraph/blob/main/docs/datasheet.md)\n",
1313
"\n",

notebooks/linkedin-trends/linkedin-hiring-rate.ipynb

Lines changed: 609 additions & 226 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)