Work with Bipartite Networks Directly

Many networks you met in the book are bipartite. Before we look into the NetworkX functions and tools for the bipartite networks, let’s first revisit them.

Examples of Bipartite Networks

The following table contains the list of the some bipartite networks mentioned in this book so far.

NameLocationPart 1Part 2

Introductory toy network

here, here

Food itemsNutrients

“Panama papers”

here

Entities and intermediaries

Officers

Products in your pantry

here, here

Food itemsIngredients

LiveJournal

here

UsersInterest terms

Southern women

here

WomenEvents

Except for the “Panama papers,” each network has nodes of two types. (You can conditionally put the “Panama” entities and intermediaries in one part, but the resulting network ...

Get Complex Network Analysis in Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.