Git Product home page Git Product logo

linkedin-data-formatter's Introduction

LinkedIn-Data-Formater

Given a CSV file from LinkedIn's data export, this will be some code to format it into a nice readable report

Usage:

Requires pandas be installed:

pip install pandas

python messages2count.py <path to file to parse>

If using the graph stuff:

Also requires matplotlib be installed:

pip install matplotlib

(note: providing a file path is optional - you can just drop the messages.csv file into the git repo and the messages2count.py script will choose it by default. this assumes you make a "csv" directory to drop them into.)

There are also a few other scripts you can try:

  • connections2mine.py -> provide the "Connections.csv" file to get a count of connections over time

  • experience2years.py -> provide the "Positions.csv" file to get a count of your years of experience

  • jobapps2mine.py -> provide the "Job Applications.csv" file found under Jobs/ inside the full export to get a count of the job applications you sent on LinkedIn over time

Git clone the repo somewhere and drop in the "messages.csv" file you get from the LinkedIn Data Privacy page found here

Run the script with Idle or another Python interpreter

View the console for some data, and also check out the auto generated "messages_analyzed.csv" file which should open with spreadsheet software such as Excel and Google Sheets

Here's an example graph that the script will generate too, assuming you have matplotlib installed:

Example of some graphs I generated with an Excel chart + the pandas generated csv file:

linkedin-data-formatter's People

Contributors

jasond94 avatar cp0153 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

cp0153

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.