I want to use Orange Data Mining to explore a network. I have the data in a text-file. For using the networkwidget I need to make a networkfile. I can't seem to figure out how to do this.
This is the layout (sample)
Date|Person|From|To|Recipes|
03/10/2023|PersonA|PersonB|PersonA|Bread|
03/10/2023|PersonA|PersonA|PersonC|Bread|
04/10/2023|PersonB|PersonB|PersonC|Cookie|
In this case I should have 3 nodes that I can use in my exploration.
How do I convert this to a network file in Orange so that I can use the options of the Widget Network (Network Explorer, Network Analysis, Network Clustering)
I tried different import possibilities in Orange Data Mining: File, Import Documents, Corpus, Text Files.
The Network file widget will read Pajek network files.
See this page for format description: https://gephi.org/users/supported-graph-formats/pajek-net-format/