When beginning to build a graph out of a dataset, the main question to ask is what are the relationships that exist in this data? If we consider the CSV file we studied in the previous section alone, it does not contain a lot of information about relationships since it only has aggregated data, such as the number of followers per user.
To learn more about relationships in the data, we will have to enrich this dataset. This can be done in two ways. Either we can use an external data source as we did in Chapter 3, Empowering Your Business with Pure Cypher, or we can transform the way we see our relational data.