Help with Nodes & Edges

Get help with your data
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Mattel
Posts:2
Joined:15 Feb 2018 22:01
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Help with Nodes & Edges

Post by Mattel » 15 Feb 2018 22:17

Hi, I am having difficulty creating nodes and edges for my data. I'd greatly appreciate if you can help me.
My data is on excel spreadsheet. The data structure is like this:

Code: Select all

Week  Ball1 Ball2 Ball3 Ball4 Ball5 Ball6
150      5     10      20    25     30     45
How should I make the nodes and edges for this? any ideas, please. thanks.

User avatar
eduramiba
Gephi Code Manager
Posts:1064
Joined:22 Mar 2010 15:30
Location:Madrid, Spain
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Help with Nodes & Edges

Post by eduramiba » 16 Feb 2018 13:16

What relationships would you expect from your data?

Mattel
Posts:2
Joined:15 Feb 2018 22:01
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Help with Nodes & Edges

Post by Mattel » 16 Feb 2018 13:36

This is for the node csv I thought of. I excluded "weeks" which i thought would make things more complicated.

Code: Select all

Id	Label
1	Ball1
2	Ball2
3	Ball3
4	Ball4
5	Ball5
6	Ball6
7	Ball7
8	Ball8
9	Ball9
For edges csv, I am not sure how to do it. There are 49 numbers and they are all undirected to one another.

Code: Select all

Source	Target	Type	         Weight
??	  ??	 Undirected	    (blank?)
I' m interested in the numbers that appear together. I wish Gephi could identify relationships like this by itself.

I am looking for an expert view on this.

User avatar
eduramiba
Gephi Code Manager
Posts:1064
Joined:22 Mar 2010 15:30
Location:Madrid, Spain
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Help with Nodes & Edges

Post by eduramiba » 16 Feb 2018 17:47

I think you might want to use this plugin https://seinecle.github.io/gephi-tutori ... er-en.html or this https://seinecle.github.io/gephi-tutori ... er-en.html since your data is not relational by itself.

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable