I want to construct an adjacency matrix from some data. Suppose the vertices of the graph are user names. How do I select a set of user names from my data to be columns? The rows should just be a select user_name from table
- How can I select user_names from my data to be columns?