Module 3
Data Types, Lists, and Labels
In this module, you will learn about:
- Neo4j data types and how to cast CSV data to the correct type
- List Full definition for property (opens in a new tab)A named value stored on a node or a relationship. and how to create them from CSV data
- Adding multiple Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. to Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties.
If you are ready, let's get going!