Cypher Aggregations
Course description
In this course you will learn what aggregation is in Cypher and how it behaves at runtime. You will also review and learn more about the Cypher syntax and functions for working with lists. You will see and run example code that uses the most widely-used aggregation and list functions in Cypher.
What you will learn
In this course, you will learn how to:
-
Profile and explain how aggregation works at runtime
-
Using
collect()
-
Using
count()
-
Using pattern comprehension
-
-
Work with lists
-
Functions that return a single value
-
Functions that return lists
-
Element type transformations
-
List selection predicates
-
List comprehension
-
-
Use aggregating functions
-
sum()
-
avg()/stddev()
-
min()/max()
-
percentages and percentiles
-
Get Support
If you find yourself stuck at any stage then our friendly community will be happy to help. You can reach out for help on the Neo4j Community Site, or head over to the Neo4j Discord server for real-time discussions.
Feedback
If you have any comments or feedback on this course you can email us on graphacademy@neo4j.com.
02. Working with Lists
- Scalar List Functions
- Oldest Actor
- Total imdbVotes for Tom Hanks
- Functions that Return Lists
- Latest Movie Review
- Reviewed Same Movies
- Functions to Transform Element Types
- Update Movie Reviews
- Testing Lists with Predicate Functions
- Tom Hanks Movies in 1995
- Using List Comprehension to Aggregate
- Ages of Actors in Movies