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.

Ahmad
Node
since ‎04-06-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi yall, I have a lot of columns (5144) to load into my graph and they are all of type Float. Is there a way to import them all as float apart from first column without having to toInteger(row[0]) for every single column?