Code Monkey home page Code Monkey logo

pg-number's Introduction

PG Number and Essay Graph

"Collaborative Distance" from Paul Graham

Sponsors

PG Number and Essay Graph


What is the PG Number?

Inspired by the Erdős Number, the PG Number is a measure of how many degrees of separation there are between a person and Paul Graham.

An edge on the PG Number graph can be any work of collaboration between two individuals. This includes:

  • Essays
  • Academic Publications
  • Co-Founders
  • Blog Posts
  • Podcasts

Visualize

PG Number & Essay Graph is updated live with this repo.

Contribute

Got some data? Submit a PR!

Please submit data from whole websites, rather than individual web pages.

Getting Data

We got this data using the Web Transpose AI Web Scraper. Here's a tutorial on how to use it: How to Extract Thanked People from a Blog.

Data Format & Reading Data

  • nodes.jsonl: Data about People.
  • edges.jsonl: Relationships between people.

Example reading JSONL data in Python using Pandas:

import pandas as pd
edges_df = pd.read_json('edges.jsonl', lines=True)

Usage

Data is free to use to build derivative projects! Please link back to this repo.

<p>
Built using data from <a href="https://pgnumber.com">PG Number</a>, available on <a href="https://github.com/mike-gee/pg-number">Github</a>.
</p>

pg-number's People

Contributors

mike-gee avatar

Stargazers

Ryan Huang avatar  avatar  avatar Victoriano Izquierdo avatar Sebastian Rojo avatar Rodrigo Garcia avatar Yash Trivedi avatar  avatar  avatar

Watchers

 avatar

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.