cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

94karanpatil
Node Link
since ‎09-09-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I work as an ML/AI Engineer at a startup here. I'm currently using neo4j to study graph databases and use them to improve my skills at work!
So I want to create 'n' number of nodes for 'n' number of days starting from a fixed start date (say 2020-01-01) to a fixed end date (current day). How can I do this in a smart way (by using some kind of loop). I tried using UNWIND, but that seems to...