I have a raw .csv file that has totally 168,812 edges(in 2 columns).
When I typed
it simply didn't create a node matrix. I don't know if there are too many obs for the program to deal with?
How can I successfully create a matrix with this command?
Sincerely thanks for those who notice this one.
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str6(v1 v2) "001007" "350007" "001007" "070020" "001007" "261002" "001007" "000695" "001007" "519162" "001007" "519752" "001007" "620002" "001007" "001897" "001007" "166011" "001007" "002054" end
Code:
nwset v1 v2, edgelist undirected name(2017) keeporiginal
How can I successfully create a matrix with this command?
Sincerely thanks for those who notice this one.

Comment