construct a network graph to explore and visualize how people connect in an organisation
View the Project on GitHub lucasdurand/network-graph-tutorial
This whole section can be skimmed, but the goal here is to generate usable data that looks and feels like a real group of people
Tasks
Faker
to generate a population of sample peoplenumpy.random
and some sweet maths to fill in custom valuespd.DataFrame
and figure out a way to assign a manager to everyoneFinally, hire a CEO and pay them too much
Extras
"Full Time"
Faker
so that we can keep track of things like unique values and simplify the interfaceFaker
locale