Skip to content

LinkedIn is a type of social network but it doesn't get you any specific information about your connections and network. In this notebook, I use pandas and group my connections by companies and positions. I define some keywords for companies and positions and group persons in my network by them also.

Notifications You must be signed in to change notification settings

imanrnj/LinkedIn-network-insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

LinkedIn network insight

LinkedIn is a type of social network but it doesn't get you any specific information about your connections and network. In this notebook, I use pandas and group my connections by companies and positions. I define some keywords for companies and positions and group persons in my network by them also.

You can get a copy of your Linkedin data as a CSV file from Settings & Privacy page. (we just need Connections and check it)

In the Connections.csv we have "First Name", "Last Name", "Email", "Company", "Position" and "Connected On" columns. First, we read this file using pandas then drop rows with the "NaN" value, and finally, drop "Email" and "Connected On" columns. our data frame is ready and we can group persons by columns.

In the end, I use this to visualize my network using plotly.

About

LinkedIn is a type of social network but it doesn't get you any specific information about your connections and network. In this notebook, I use pandas and group my connections by companies and positions. I define some keywords for companies and positions and group persons in my network by them also.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published