4 Exploratory graph analysis

This chapter covers

  • Exploring a graph with Cypher query language
  • Aggregating data with Cypher query language
  • Using existential subqueries to filter by graph patterns
  • Using counting subqueries to count graph patterns
  • Handling query cardinality when using multiple clauses in a single Cypher statement

This chapter will teach you how to perform an exploratory data analysis of the imported Twitter social network using Cypher query language. Imagine you are working as a social media consultant and want to find as many insights as possible. As is typical with any analysis, you begin with an exploratory data analysis to get an overview of the data you are working with.

I will present how I collected the data to give you ...

Get Graph Algorithms for Data Science 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.