Part 4: Graphing Like a Pro
In this part, we explore what graph projections are and how they can be used. This will give you the rudimentary knowledge you need to extract projections to perform analysis. These projections can then be extracted for further statistical and analytical uses. You will learn all about how to do this in this chapter. In addition, you will also get an understanding of how to export your projects in igraph and Neo4j. Buckle up and let the analysis flow with the use case looking at analyzing movies with relationships such as acted in and starred with.
Finally, the section on common errors and debugging jumps into the types of errors we have encountered in our careers, and how you can easily get around and resolve these errors and bugs effectively. Let’s think of this as your reference whenever anything untoward occurs in your code.
This part has the following chapters:
- Chapter 8, Perfect Projections
- Chapter 9, Common Errors and Debugging...