You are creating nodes for each property read from the CSV file.
You should decide what your data model will be. For example, you will have Person nodes and possibly nodes for Sport and Country?
Please take a look at the example for loading data in the free online training course, Introduction to Neo4j. The last lesson of that course covers import.
You probably want a Person node to have a set of properties such as name, pay gender.
Much of how you model your data will depend upon the types of queries you want to do against the graph.
You should also check our our developer resources for graph data modeling here: