Learn practical skills, build real-world projects, and advance your career

Exploratory Data Analysis (EDA) on LinkedIn Connections

alt
As an active LinkedIn user, I was wondering about the connections in my network. How many are from the Data Science field? Which companies majority of my connections work for?

Getting the LinkedIn data was easy and I've used visualizations to analyze my LinkedIn connection data.

!pip install plotly jovian --upgrade --quiet
|████████████████████████████████| 21.8 MB 47 kB/s
jovian.commit()

Import necessary libraries

import pandas as pd           
import numpy as np
import plotly.express as px