This chapter covers
- Introducing graph model and visualizations
- Understanding data through relationships
- Spotting graph-shaped problems
If you have ever done any analysis, you have probably used a table representation of data like an Excel spreadsheet or SQL database. Additionally, if you are dealing with large amounts of documents, you might have used parquet format or JSON-like objects to represent the data.